Interface INavigationOptions
Options to configure a the site navigation chrome.
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public interface INavigationOptions
Options to configure a the site navigation chrome.
public interface INavigationOptions
Gets or sets a value that specifies whether the quick launch is shown horizontal or vertical (default)
bool HorizontalQuickLaunch { get; set; }
System.Boolean
|
Gets or sets a value that specifies whether the megamenu is enabled on the site.
bool MegaMenuEnabled { get; set; }
System.Boolean
|
Gets or sets a value that specifies whether the site navigation is shown on the site.
bool Visible { get; set; }
System.Boolean
|