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 determines a sort direction for the page sort order.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property SortPagesByDirection As TableOfContentsWebPart.SortDirection
Get
Set
'Usage
Dim instance As TableOfContentsWebPart
Dim value As TableOfContentsWebPart.SortDirection
value = instance.SortPagesByDirection
instance.SortPagesByDirection = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public TableOfContentsWebPart.SortDirection SortPagesByDirection { get; set; }
Property Value
Type: Microsoft.SharePoint.Publishing.WebControls.TableOfContentsWebPart.SortDirection