Share via


TableOfContentsDataSourceView.SortWebsByDirection property

Gets or sets an enumeration value that specifies a sort direction for the site sort order.

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

Syntax

'Declaration
Public Property SortWebsByDirection As TableOfContentsWebPart.SortDirection
    Get
    Set
'Usage
Dim instance As TableOfContentsDataSourceView
Dim value As TableOfContentsWebPart.SortDirection

value = instance.SortWebsByDirection

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

Property value

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

See also

Reference

TableOfContentsDataSourceView class

TableOfContentsDataSourceView members

Microsoft.SharePoint.Publishing.WebControls namespace