Interface INavigation
Represents the Navigation
Assembly: PnP.Core.dll
Syntax
public interface INavigation : IDataModel<INavigation>, IDataModelParent, IDataModelWithContext, ISupportModules<INavigation>, IDataModelGet<INavigation>, IDataModelLoad<INavigation>, IQueryableDataModel
Properties
A special property used to add an asterisk to a $select statement
Declaration
Property Value
Random property. We need this for the Key property.
Declaration
Property Value
A property that will return the navigation nodes of the Quicklaunch menu of the web
Declaration
INavigationNodeCollection QuickLaunch { get; }
Property Value
A property that will return the navigation nodes of the TopNavigation menu of the web
Declaration
INavigationNodeCollection TopNavigationBar { get; }
Property Value
A property that decides whether the navigation is inherited from the site
Declaration
Property Value
Extension Methods