Interface IPageTranslationStatusCollection
Translation status of a page
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public interface IPageTranslationStatusCollection
Translation status of a page
public interface IPageTranslationStatusCollection
List of IPage
List<IPageTranslationStatus> TranslatedLanguages { get; }
Pn
|
List of languages for which this page was not yet translated
List<string> UntranslatedLanguages { get; }
Pn
|