Search Results for

    Show / Hide Table of Contents

    Enum CanvasSectionTemplate

    The type of canvas being used

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public enum CanvasSectionTemplate : 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 sites having communication sites features enabled in combination with image or hero webparts

    OneColumnVerticalSection

    One column + one vertical section column

    ThreeColumn

    Three columns of the same size

    ThreeColumnVerticalSection

    Three columns of the size + one vertical section column

    TwoColumn

    Two columns of the same size

    TwoColumnLeft

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

    TwoColumnLeftVerticalSection

    Two columns, left 2/3, right 1/3 + one vertical section column

    TwoColumnRight

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

    TwoColumnRightVerticalSection

    Two columns, left 1/3, right 2/3 + one vertical section column

    TwoColumnVerticalSection

    Two columns of the same size + one vertical section column

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