Class AreaNavigationEntity
Entity description navigation
Inheritance
System.Object
AreaNavigationEntity
Assembly: PnP.Framework.dll
Syntax
public class AreaNavigationEntity : object
Constructors
Declaration
public AreaNavigationEntity()
Properties
Defines if new pages should be added to navigation when using managed metadata navigation
Declaration
public Boolean AddNewPagesToNavigation { get; set; }
Property Value
Defines if friendly URLs should be created for new pages when using managed metadata navigation
Declaration
public Boolean CreateFriendlyUrlsForNewPages { get; set; }
Property Value
Specifies the Current Navigation (quick launch navigation)
Declaration
public StructuralNavigationEntity CurrentNavigation { get; set; }
Property Value
Specifies the Global Navigation (top bar navigation)
Declaration
public StructuralNavigationEntity GlobalNavigation { get; set; }
Property Value
Defines if sorted ascending
Declaration
public Boolean SortAscending { get; set; }
Property Value
Declaration
public StructuralNavigationSortBy SortBy { get; set; }
Property Value
Declaration
public StructuralNavigationSorting Sorting { get; set; }
Property Value
Extension Methods