Search Results for

    Show / Hide Table of Contents

    Enum HeaderLayoutType

    Available header layouts for modern sites

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public enum HeaderLayoutType : int

    Compact

    medium/compact header ( Value = 2 )

    Extended

    extended header ( Value = 4 )

    Minimal

    small/minimal header [not currently used] ( Value = 3 )

    None

    use the original header [deprecated, now reverts to large/standard] ( Value = 0 )

    Standard

    large/standard header ( Value = 1 )

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