Gets or sets a value that determines the order that the dimension values in this tag cloud are sorted.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
[DefaultValueAttribute(TagCloudSortType.Alphabetical)]
public TagCloudSortType SortType { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(TagCloudSortType.Alphabetical)> _
Public Property SortType As TagCloudSortType
Visual C++
[DefaultValueAttribute(TagCloudSortType::Alphabetical)]
public:
property TagCloudSortType SortType {
	TagCloudSortType get ();
	void set (TagCloudSortType value);
}

See Also