Table of Contents

Class NavigationNodeOptions

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

Options to set when creating a new navigation node

public class NavigationNodeOptions
Inheritance
NavigationNodeOptions
Inherited Members

Properties

AudienceIds

Audiences for this navigation item (max 10). Note that Web.NavAudienceTargetingEnabled has to be set to true first.

public List<Guid> AudienceIds { get; set; }

Property Value

List<Guid>

ParentNode

Defines the parent node of the navigation node

public INavigationNode ParentNode { get; set; }

Property Value

INavigationNode

Title

Title of the new node (e.g. Home)

public string Title { get; set; }

Property Value

string

Url

Url of the navigationnode (e.g. https://contoso.sharepoint.com/sites/testsite)

public string Url { get; set; }

Property Value

string