TableOfContentsWebPart.SortDirection enumeration

Represents the possible sort direction for Web Parts and Web pages.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Enumeration SortDirection
'Usage
Dim instance As TableOfContentsWebPart.SortDirection
public enum SortDirection

Members

Member name Description
Asc Specifies an ascending sort.
Desc Specifies a descending sort.

See also

Reference

Microsoft.SharePoint.Publishing.WebControls namespace