Gets or sets an enumeration value that specifies the sort direction for the Web site sort order.
<PersonalizableAttribute(PersonalizationScope.Shared)> _ <WebBrowsableAttribute(False)> _ Public Property SortWebsByDirection As TableOfContentsWebPart..::..SortDirection Get Set
Dim instance As TableOfContentsWebPart Dim value As TableOfContentsWebPart..::..SortDirection value = instance.SortWebsByDirection instance.SortWebsByDirection = value
[PersonalizableAttribute(PersonalizationScope.Shared)] [WebBrowsableAttribute(false)] public TableOfContentsWebPart..::..SortDirection SortWebsByDirection { get; set; }
If you have selected a manual sort order in SortWebsBy, you can use this property to determine the direction of the sort. The default value is SortDirection.Asc.