TableOfContentsDataSource.SortPagesBy property

Gets or sets a sort order for the pages.

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

Syntax

'Declaration
Public Property SortPagesBy As TableOfContentsWebPart.NavigationSortOption
    Get
    Set
'Usage
Dim instance As TableOfContentsDataSource
Dim value As TableOfContentsWebPart.NavigationSortOption

value = instance.SortPagesBy

instance.SortPagesBy = value
public TableOfContentsWebPart.NavigationSortOption SortPagesBy { get; set; }

Property value

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

See also

Reference

TableOfContentsDataSource class

TableOfContentsDataSource members

Microsoft.SharePoint.Publishing.WebControls namespace