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 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; }
| bool |
Last modified date of this translation
DateTime LastModified { get; }
| DateTime |
The web-relative path to this page translation
string Path { get; }
| string |