Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the sorting direction (ascending or descending) to use when doing automatic sorting of navigation items owned by this Web site.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property NavigationSortAscending As Boolean
Get
'Usage
Dim instance As PortalWebSiteMapNode
Dim value As Boolean
value = instance.NavigationSortAscending
public bool NavigationSortAscending { get; }
Property Value
Type: System.Boolean
true for ascending sort order; otherwise, false.