Enumerates the types of URLs that are rendered by a TagCloud control.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public enum TagCloudUrlType
Visual Basic (Declaration)
Public Enumeration TagCloudUrlType
Visual C++
public enum class TagCloudUrlType

Members

Member nameDescription
Navigate
The type of link that is rendered when SelectAction is Navigate.
Search
The type of link that is rendered when SelectAction is Search.

See Also