Search Results for

    Show / Hide Table of Contents

    Class NavigationNodeOptions

    Options to set when creating a new navigation node

    Inheritance
    object
    NavigationNodeOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class NavigationNodeOptions

    Properties

    AudienceIds

    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
    List<Guid>

    ParentNode

    Defines the parent node of the navigation node

    Declaration
    public INavigationNode ParentNode { get; set; }
    Property Value
    INavigationNode

    Title

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

    Declaration
    public string Title { get; set; }
    Property Value
    string

    Url

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

    Declaration
    public string Url { get; set; }
    Property Value
    string

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