OrderingMethod Enumeration
Options that specify how navigation items are ordered.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Enumeration OrderingMethod
'Usage
Dim instance As OrderingMethod
public enum OrderingMethod
Members
Member name | Description | |
---|---|---|
Automatic | Sort all node types automatically, and group pages after other types. | |
ManualWithAutomaticPageSorting | Sort all types except pages manually. If pages are included, sort them automatically and group them after all other types. | |
Manual | Sort all types manually.
If pages are included, sort them automatically and group them after all other types. |