Search Results for

    Show / Hide Table of Contents

    Class PageToExport

    Class that defines a page to be exported

    Inheritance
    System.Object
    PageToExport
    Namespace: PnP.Framework.Provisioning.ObjectHandlers.Utilities
    Assembly: PnP.Framework.dll
    Syntax
    public class PageToExport : object

    Properties

    IsHomePage

    Declaration
    public bool IsHomePage { get; set; }
    Property Value
    System.Boolean

    IsTemplate

    Declaration
    public bool IsTemplate { get; set; }
    Property Value
    System.Boolean

    IsTranslation

    Declaration
    public bool IsTranslation { get; set; }
    Property Value
    System.Boolean

    Language

    Declaration
    public string Language { get; set; }
    Property Value
    System.String

    ListItem

    Declaration
    public ListItem ListItem { get; set; }
    Property Value
    ListItem

    PageId

    Declaration
    public Guid PageId { get; set; }
    Property Value
    Guid

    PageName

    Declaration
    public string PageName { get; set; }
    Property Value
    System.String

    PageUrl

    Declaration
    public string PageUrl { get; set; }
    Property Value
    System.String

    SourcePageId

    Declaration
    public Guid SourcePageId { get; set; }
    Property Value
    Guid

    SourcePageName

    Declaration
    public string SourcePageName { get; set; }
    Property Value
    System.String

    TranslatedLanguages

    Declaration
    public List<string> TranslatedLanguages { get; set; }
    Property Value
    List<System.String>

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer