Search Results for

    Show / Hide Table of Contents

    Interface IPageTranslationStatus

    Translation status for a page

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IPageTranslationStatus

    Properties

    Culture

    The culture of this translation

    Declaration
    string Culture { get; }
    Property Value
    System.String

    FileStatus

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

    Declaration
    FileLevel FileStatus { get; }
    Property Value
    FileLevel

    HasPublishedVersion

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

    Declaration
    bool HasPublishedVersion { get; }
    Property Value
    System.Boolean

    LastModified

    Last modified date of this translation

    Declaration
    DateTime LastModified { get; }
    Property Value
    DateTime

    Path

    The web-relative path to this page translation

    Declaration
    string Path { get; }
    Property Value
    System.String

    Title

    The page title of this translation

    Declaration
    string Title { get; }
    Property Value
    System.String

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer