PublishingWeb.NavigationOrderingMethod property

NOTE: This API is now obsolete.

Gets or sets an enumeration value that indicates the ordering of navigation items owned by this PublishingWeb object.

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

Syntax

'Declaration
<ObsoleteAttribute("Use PublishingWeb.Navigation.OrderingMethod instead.")> _
Public Property NavigationOrderingMethod As OrderingMethod
    Get
    Set
'Usage
Dim instance As PublishingWeb
Dim value As OrderingMethod

value = instance.NavigationOrderingMethod

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

Property value

Type: Microsoft.SharePoint.Publishing.OrderingMethod
OrderingMethod that represents a specific ordering method.

See also

Reference

PublishingWeb class

PublishingWeb members

Microsoft.SharePoint.Publishing namespace

PortalSiteMapProvider

NavigationType