Search Results for

    Show / Hide Table of Contents

    Enum CanvasSectionType

    The type of the Canvas section for a Client-side Page.

    Namespace: PnP.Framework.Provisioning.Model
    Assembly: PnP.Framework.dll
    Syntax
    public enum CanvasSectionType : int

    FlexibleLayoutSection

    Create a section that can provides a flexible layout

    FlexibleLayoutVerticalSection

    Create a section that can provides a flexible layout with one vertical section column

    OneColumn

    One column

    OneColumnFullWidth

    One column, full browser width. This one only works for communication sites in combination with image or hero webparts

    OneColumnVerticalSection

    One column, and a vertical section

    ThreeColumn

    Three columns of the same size

    ThreeColumnVerticalSection

    Three columns of the same size, and a vertical section

    TwoColumn

    Two columns of the same size

    TwoColumnLeft

    Two columns, left one is 2/3, right one 1/3

    TwoColumnLeftVerticalSection

    Two columns, left one is 2/3, right one 1/3, and a vertical section

    TwoColumnRight

    Two columns, left one is 1/3, right one 2/3

    TwoColumnRightVerticalSection

    Two columns, left one is 1/3, right one 2/3, and a vertical section

    TwoColumnVerticalSection

    Two columns of the same size, and a vertical section

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<CanvasSectionType>(String)
    ObjectExtensions.Set<CanvasSectionType, T>(Expression<Func<CanvasSectionType, T>>, T, Boolean, Boolean)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer