Search Results for

    Show / Hide Table of Contents

    Class StructuralNavigationEntity

    Holds properties of Structural Navigation

    Inheritance
    System.Object
    StructuralNavigationEntity
    Namespace: PnP.Framework.Entities
    Assembly: PnP.Framework.dll
    Syntax
    public class StructuralNavigationEntity : object

    Constructors

    StructuralNavigationEntity()

    Default Constructor

    Declaration
    public StructuralNavigationEntity()

    Properties

    InheritFromParentWeb

    Site navigation is inherited from parent web

    Declaration
    public bool InheritFromParentWeb { get; set; }
    Property Value
    System.Boolean

    ManagedNavigation

    Site navigation powered by the SharePoint managed metadata service (taxonomy). Use it to build site navigation derived from a managed metadata taxonomy. Managed navigation often works best with the product catalog

    Declaration
    public bool ManagedNavigation { get; set; }
    Property Value
    System.Boolean

    MaxDynamicItems

    To display maximum number of items in the navigation

    Declaration
    public int MaxDynamicItems { get; set; }
    Property Value
    System.Int32

    ShowPages

    Pages will be displayed in navigation

    Declaration
    public bool ShowPages { get; set; }
    Property Value
    System.Boolean

    ShowSiblings

    Display the current site, the nav items below the current site, and the site's siblings

    Declaration
    public bool ShowSiblings { get; set; }
    Property Value
    System.Boolean

    ShowSubsites

    Subsites will be displayed in navigation

    Declaration
    public bool ShowSubsites { get; set; }
    Property Value
    System.Boolean

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer