Determines the order that the dimension values in this tag cloud are sorted.
Namespace:
Endeca.Web.UI.WebControlsAssembly: Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
public enum TagCloudSortType |
| Visual Basic (Declaration) |
|---|
Public Enumeration TagCloudSortType |
| Visual C++ |
|---|
public enum class TagCloudSortType |
Members
| Member name | Description | |
|---|---|---|
| Default |
The dimension values will remain in the order they come back from the engine.
| |
| Alphabetical |
Sorts the dimension values alphabetically by name in ascending order.
|