Gets or sets an enumeration value that specifies the sort order for the Web sites.
<PersonalizableAttribute(PersonalizationScope.Shared)> _ <WebBrowsableAttribute(False)> _ Public Property SortWebsBy As TableOfContentsWebPart..::..NavigationSortOption Get Set
Dim instance As TableOfContentsWebPart Dim value As TableOfContentsWebPart..::..NavigationSortOption value = instance.SortWebsBy instance.SortWebsBy = value
[PersonalizableAttribute(PersonalizationScope.Shared)] [WebBrowsableAttribute(false)] public TableOfContentsWebPart..::..NavigationSortOption SortWebsBy { get; set; }
Web sites can be sorted by NavigationOrder, in which case the navigation determines the order, or they can be sorted manually by the TableOfContentsWebPart..::.NavigationSortOption enumeration.