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