TableOfContentsWebPart.NavigationSortOption Enumeration
Provides constants to specify a sort field.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Enumeration NavigationSortOption
'Usage
Dim instance As TableOfContentsWebPart.NavigationSortOption
public enum NavigationSortOption
Members
Member name | Description | |
---|---|---|
NavigationOrder | Constant that specifies that sorting should be ordered by navigation order. | |
Title | Constant that specifies that sorting should be ordered by title. | |
CreatedDate | Constant that specifies that sorting should be ordered by creation date. | |
LastModifiedDate | Constant that specifies that sorting should be ordered by last modified date. |
Remarks
This enumeration is not CLS-compliant.