| Visual Basic (Declaration) | |
|---|---|
Public Enum SortOrder Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As SortOrder | |
| C# | |
|---|---|
public enum SortOrder : System.Enum | |
| Member | Description |
|---|---|
| DisplayTextAscending | Sorts the items in the tag cloud by display text alphabetically ascending |
| DisplayTextDescending | Sorts the items in the tag cloud by display text alphabetically descending |
| TextAscending | Sorts the items in the tag cloud alphabetically ascending |
| TextDescending | Sorts the items in the tag cloud alphabetically descending |
| 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 hightest weight first |
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.SortOrder
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family