Search Results for

    Show / Hide Table of Contents

    Interface IPageTranslationStatusCollection

    Translation status of a page

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IPageTranslationStatusCollection

    Properties

    TranslatedLanguages

    List of IPageTranslationStatus objects for the translations of this page

    Declaration
    List<IPageTranslationStatus> TranslatedLanguages { get; }
    Property Value
    PnP.Core.Model.SharePoint.List<IPageTranslationStatus>

    UntranslatedLanguages

    List of languages for which this page was not yet translated

    Declaration
    List<string> UntranslatedLanguages { get; }
    Property Value
    PnP.Core.Model.SharePoint.List<System.String>

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer