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