PortalNavigation.OrderingMethod property

Controls the ordering of navigation items owned by this site.

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

Syntax

'Declaration
Public Property OrderingMethod As OrderingMethod
    Get
    Set
'Usage
Dim instance As PortalNavigation
Dim value As OrderingMethod

value = instance.OrderingMethod

instance.OrderingMethod = value
public OrderingMethod OrderingMethod { get; set; }

Property value

Type: Microsoft.SharePoint.Publishing.OrderingMethod
Returns OrderingMethod.

Remarks

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

See also

Reference

PortalNavigation class

PortalNavigation members

Microsoft.SharePoint.Publishing.Navigation namespace

OrderingMethod