Search Results for

    Show / Hide Table of Contents

    Interface INavigationOptions

    Options to configure a the site navigation chrome.

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface INavigationOptions

    Properties

    HorizontalQuickLaunch

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

    Declaration
    bool HorizontalQuickLaunch { get; set; }
    Property Value
    System.Boolean

    MegaMenuEnabled

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

    Declaration
    bool MegaMenuEnabled { get; set; }
    Property Value
    System.Boolean

    Visible

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

    Declaration
    bool Visible { get; set; }
    Property Value
    System.Boolean

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer