Class StructuralNavigationEntity
Holds properties of Structural Navigation
Inheritance
System.Object
StructuralNavigationEntity
Assembly: PnP.Framework.dll
Syntax
public class StructuralNavigationEntity : object
Constructors
Declaration
public StructuralNavigationEntity()
Properties
Site navigation is inherited from parent web
Declaration
public bool InheritFromParentWeb { get; set; }
Property Value
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
To display maximum number of items in the navigation
Declaration
public int MaxDynamicItems { get; set; }
Property Value
Pages will be displayed in navigation
Declaration
public bool ShowPages { get; set; }
Property Value
Display the current site, the nav items below the current site, and the site's siblings
Declaration
public bool ShowSiblings { get; set; }
Property Value
Subsites will be displayed in navigation
Declaration
public bool ShowSubsites { get; set; }
Property Value
Extension Methods