Interface IPageTranslationStatusCollection
Translation status of a page
Assembly: PnP.Core.dll
Syntax
public interface IPageTranslationStatusCollection
Properties
Declaration
List<IPageTranslationStatus> TranslatedLanguages { get; }
Property Value
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>
|