Table of Contents

Enum FooterLayoutType

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

Available footer layouts for modern sites

public enum FooterLayoutType

Fields

Extended = 1

Extended footer. This layout type supports columns of links with multiple links in each column. ( Value = 1 )

Simple = 0

Simple footer. This is the default layout type with one single row of links. ( Value = 0 )

Stacked = 2

Stacked footer. This layout type is a combination of simple and extended, with the extended stacked above the simple. ( Value = 2 )