PublishingWeb.NavigationSortAscending property

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("Use PublishingWeb.Navigation.SortAscending instead.")> _
Public Property NavigationSortAscending As Boolean
    Get
    Set
'Usage
Dim instance As PublishingWeb
Dim value As Boolean

value = instance.NavigationSortAscending

instance.NavigationSortAscending = value
[ObsoleteAttribute("Use PublishingWeb.Navigation.SortAscending instead.")]
public bool NavigationSortAscending { get; set; }

Property value

Type: System.Boolean
true if this PublishingWeb object should be included in ascending sort order; otherwise, false.

Remarks

To save changes after setting this property, call the Update method.

See also

Reference

PublishingWeb class

PublishingWeb members

Microsoft.SharePoint.Publishing namespace