Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.SharePoint.Publishing.Navigation Namespace
OrderingMethod