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.
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. |