Table of Contents

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

List<IPageTranslationStatus>

UntranslatedLanguages

List of languages for which this page was not yet translated

List<string> UntranslatedLanguages { get; }

Property Value

List<string>