Share via


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