Enumerates the types of URLs that are rendered by a TagCloud control.
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 TagCloudUrlType |
| Visual Basic (Declaration) |
|---|
Public Enumeration TagCloudUrlType |
| Visual C++ |
|---|
public enum class TagCloudUrlType |
Members
| Member name | Description | |
|---|---|---|
| Navigate |
The type of link that is rendered when SelectAction is
Navigate.
| |
| Search |
The type of link that is rendered when SelectAction is
Search.
|