PortalWebSiteMapNode.NavigationSortAscending Property

Gets the sorting direction (ascending ordescending) 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
Boolean value that represents whether or not to use ascending sort order.

See Also

Reference

PortalWebSiteMapNode Class

PortalWebSiteMapNode Members

Microsoft.SharePoint.Publishing.Navigation Namespace

NavigationSortAscending

PortalWebSiteMapNode