Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an enumeration value that specifies 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 TableOfContentsDataSourceView
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
TableOfContentsDataSourceView Class