'Declaration
Public Enum SortOrder Inherits System.Enum
'Usage
Dim instance As SortOrder
public enum SortOrder : System.Enum
'Declaration
Public Enum SortOrder Inherits System.Enum
'Usage
Dim instance As SortOrder
public enum SortOrder : System.Enum
Member | Description |
---|---|
DisplayTextAscending | Sorts the items in the tag cloud by displaying text alphabetically in ascending order |
DisplayTextDescending | Sorts the items in the tag cloud by displaying text alphabetically in descending order |
TextAscending | Sorts the items in the tag cloud alphabetically in ascending order |
TextDescending | Sorts the items in the tag cloud alphabetically in descending order |
WeightAscending | Sorts the items in the tag cloud by weight with the lowest weight first |
WeightDescending | Sorts the items in the tag cloud by weight with the highest weight first |
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.SortOrder