PortalNavigation.SortAscending property

Sorts items in a portal navigation in ascending alphanumeric order.

Namespace:  Microsoft.SharePoint.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property SortAscending As Boolean
    Get
    Set
'Usage
Dim instance As PortalNavigation
Dim value As Boolean

value = instance.SortAscending

instance.SortAscending = value
public bool SortAscending { get; set; }

Property value

Type: System.Boolean
Returns Boolean.

See also

Reference

PortalNavigation class

PortalNavigation members

Microsoft.SharePoint.Publishing.Navigation namespace