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