Search Results for

    Show / Hide Table of Contents

    Class PageLayout

    Inheritance
    System.Object
    PageLayout
    Namespace: PnP.Framework.Modernization.Publishing
    Assembly: PnP.Framework.dll
    Syntax
    public class PageLayout : object

    Properties

    AlsoAppliesTo

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

    AssociatedContentType

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

    FixedWebParts

    Declaration
    public FixedWebPart[] FixedWebParts { get; set; }
    Property Value
    FixedWebPart[]

    Header

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

    IncludeVerticalColumn

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

    IncludeVerticalColumnSpecified

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

    MetaData

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

    Name

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

    PageHeader

    Declaration
    public PageLayoutPageHeader PageHeader { get; set; }
    Property Value
    PageLayoutPageHeader

    PageLayoutTemplate

    Declaration
    public PageLayoutPageLayoutTemplate PageLayoutTemplate { get; set; }
    Property Value
    PageLayoutPageLayoutTemplate

    SectionEmphasis

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

    WebParts

    Declaration
    public WebPartField[] WebParts { get; set; }
    Property Value
    WebPartField[]

    WebPartZones

    Declaration
    public WebPartZone[] WebPartZones { get; set; }
    Property Value
    WebPartZone[]

    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