Table of Contents

Enum CollapsibleSectionHeadingLevel

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Lists the options to configure the heading level of a collapsible section

public enum CollapsibleSectionHeadingLevel

Fields

Heading2 = 2

Heading 2 (h2). This is the default value

Heading3 = 3

Heading 3 (h3)

Heading4 = 4

Heading 4 (h4)