Enum FooterLayoutType Available footer layouts for modern sites Namespace: PnP.Core.Model.SharePoint Assembly: PnP.Core.dll Syntax public enum FooterLayoutType : int Extended Extended footer. This layout type supports columns of links with multiple links in each column. ( Value = 1 ) Simple Simple footer. This is the default layout type with one single row of links. ( Value = 0 ) Stacked Stacked footer. This layout type is a combination of simple and extended, with the extended stacked above the simple. ( Value = 2 )