AutomaticSortingMethod Enumeration
Provides options that specify which property to use when automatically sorting navigation items.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Enumeration AutomaticSortingMethod
'Usage
Dim instance As AutomaticSortingMethod
public enum AutomaticSortingMethod
Members
Member name | Description | |
---|---|---|
Title | Sort items alphabetically by title. | |
CreatedDate | Sort items by time of creation. | |
LastModifiedDate | Sort items by time of last modification. |
See Also
Reference
Microsoft.SharePoint.Publishing Namespace
CreatedDate
LastModifiedDate
Title