PortalWebSiteMapNode.NavigationSortAscending property

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.

See also

Reference

PortalWebSiteMapNode class

PortalWebSiteMapNode members

Microsoft.SharePoint.Publishing.Navigation namespace

NavigationSortAscending

PortalWebSiteMapNode