Table of Contents

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

string

FileStatus

The file status (checked out, draft, published) of this translation

FileLevel FileStatus { get; }

Property Value

FileLevel

HasPublishedVersion

The file status (checked out, draft, published) of this translation

bool HasPublishedVersion { get; }

Property Value

bool

LastModified

Last modified date of this translation

DateTime LastModified { get; }

Property Value

DateTime

Path

The web-relative path to this page translation

string Path { get; }

Property Value

string

Title

The page title of this translation

string Title { get; }

Property Value

string