Table of Contents

Interface IChromeOptions

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

Defines the chrome (header/footer) options of a web

public interface IChromeOptions

Properties

Site footer chrome configuration

IFooterOptions Footer { get; }

Property Value

IFooterOptions

Header

Site header chrome configuration

IHeaderOptions Header { get; }

Property Value

IHeaderOptions

Navigation

Site navigation chrome options

INavigationOptions Navigation { get; }

Property Value

INavigationOptions