[]
Specifies the order of sorting for the items in the tag cloud.
public enum SortOrder
Public Enum SortOrder
Name | 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 |