Class NavigationNodeOptions
Options to set when creating a new navigation node
Inheritance
System.Object
NavigationNodeOptions
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public class NavigationNodeOptions : object
Options to set when creating a new navigation node
public class NavigationNodeOptions : object
Audiences for this navigation item (max 10). Note that Web.NavAudienceTargetingEnabled has to be set to true first.
public List<Guid> AudienceIds { get; set; }
|
PnP.Core.Model.SharePoint.List<Guid>
|
Defines the parent node of the navigation node
public INavigationNode ParentNode { get; set; }
|
INavigationNode
|
Title of the new node (e.g. Home)
public string Title { get; set; }
|
System.String
|
Url of the navigationnode (e.g. https://contoso.sharepoint.com/sites/testsite)
public string Url { get; set; }
|
System.String
|