PublishingWeb.NavigationSortAscending Property
Gets or sets a Boolean value that indicates whether navigation of this PublishingWeb object is sorted in ascending or descending order.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property NavigationSortAscending As Boolean
Get
Set
'Usage
Dim instance As PublishingWeb
Dim value As Boolean
value = instance.NavigationSortAscending
instance.NavigationSortAscending = value
public bool NavigationSortAscending { get; set; }
Property Value
Type: System.Boolean
Set to True if this PublishingWeb object should be included in ascending sort order; otherwise, set to False.
Remarks
To save changes after setting this property, call the Update method.