Class NavigationNodeOptions
Options to set when creating a new navigation node
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public class NavigationNodeOptions
Options to set when creating a new navigation node
public class NavigationNodeOptions
Audiences for this navigation item (max 10). Note that Web.NavAudienceTargetingEnabled has to be set to true first.
public List<Guid> AudienceIds { get; set; }
| 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; }
| string |
Url of the navigationnode (e.g. https://contoso.sharepoint.com/sites/testsite)
public string Url { get; set; }
| string |