Interface IPageTranslationStatus
Translation status for a page
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public interface IPageTranslationStatus
Translation status for a page
public interface IPageTranslationStatus
The culture of this translation
string Culture { get; }
System.String
|
The file status (checked out, draft, published) of this translation
FileLevel FileStatus { get; }
FileLevel
|
The file status (checked out, draft, published) of this translation
bool HasPublishedVersion { get; }
System.Boolean
|
Last modified date of this translation
DateTime LastModified { get; }
DateTime
|
The web-relative path to this page translation
string Path { get; }
System.String
|
The page title of this translation
string Title { get; }
System.String
|