Table of Contents

Interface INavigationOptions

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

Options to configure a the site navigation chrome.

public interface INavigationOptions

Properties

HorizontalQuickLaunch

Gets or sets a value that specifies whether the quick launch is shown horizontal or vertical (default)

bool HorizontalQuickLaunch { get; set; }

Property Value

bool

MegaMenuEnabled

Gets or sets a value that specifies whether the megamenu is enabled on the site.

bool MegaMenuEnabled { get; set; }

Property Value

bool

Visible

Gets or sets a value that specifies whether the site navigation is shown on the site.

bool Visible { get; set; }

Property Value

bool