TableOfContentsDataSource.SortPagesByDirection property

Gets and sets a sort direction for the page sort order.

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

Syntax

'Declaration
Public Property SortPagesByDirection As TableOfContentsWebPart.SortDirection
    Get
    Set
'Usage
Dim instance As TableOfContentsDataSource
Dim value As TableOfContentsWebPart.SortDirection

value = instance.SortPagesByDirection

instance.SortPagesByDirection = value
public TableOfContentsWebPart.SortDirection SortPagesByDirection { get; set; }

Property value

Type: Microsoft.SharePoint.Publishing.WebControls.TableOfContentsWebPart.SortDirection

See also

Reference

TableOfContentsDataSource class

TableOfContentsDataSource members

Microsoft.SharePoint.Publishing.WebControls namespace