Search Results for

    Show / Hide Table of Contents

    Interface ICanvasSection

    Represents a section on the canvas

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

    Properties

    Collapsible

    Is this section collapsible?

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

    Columns

    PnP.Core.Model.SharePoint.CanvasColumn instances that are part of this section

    Declaration
    List<ICanvasColumn> Columns { get; }
    Property Value
    PnP.Core.Model.SharePoint.List<ICanvasColumn>

    Controls

    Controls hosted in this section

    Declaration
    List<ICanvasControl> Controls { get; }
    Property Value
    PnP.Core.Model.SharePoint.List<ICanvasControl>

    DefaultColumn

    The default PnP.Core.Model.SharePoint.CanvasColumn of this section

    Declaration
    ICanvasColumn DefaultColumn { get; }
    Property Value
    ICanvasColumn

    DisplayName

    DisplayName of the collapsible section

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

    IconAlignment

    Sets the alignment of the collaps icon, left/right or not configured

    Declaration
    IconAlignment? IconAlignment { get; set; }
    Property Value
    System.Nullable<IconAlignment>

    IsExpanded

    Is the collapsible section expanded?

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

    Order

    Order in which this section is presented on the page

    Declaration
    float Order { get; set; }
    Property Value
    System.Single

    Page

    The IPage instance holding this section

    Declaration
    IPage Page { get; }
    Property Value
    IPage

    ShowDividerLine

    Show a devided line for this collapsible section?

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

    Type

    Type of the section

    Declaration
    CanvasSectionTemplate Type { get; set; }
    Property Value
    CanvasSectionTemplate

    VerticalSectionColumn

    A page can contain one section that has a vertical section column...use this attribute to get that column

    Declaration
    ICanvasColumn VerticalSectionColumn { get; }
    Property Value
    ICanvasColumn

    ZoneEmphasis

    Color emphasis of the section

    Declaration
    int ZoneEmphasis { get; set; }
    Property Value
    System.Int32

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