Interface IPageTranslationStatusCollection
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Translation status of a page
public interface IPageTranslationStatusCollection
Properties
TranslatedLanguages
List of IPageTranslationStatus objects for the translations of this page
List<IPageTranslationStatus> TranslatedLanguages { get; }
Property Value
UntranslatedLanguages
List of languages for which this page was not yet translated
List<string> UntranslatedLanguages { get; }