Determines whether selecting a tag will result in a navigation query based on the ID of
the dimension value, or a search based on the name of the dimension value.
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 TagCloudSelectAction |
| Visual Basic (Declaration) |
|---|
Public Enumeration TagCloudSelectAction |
| Visual C++ |
|---|
public enum class TagCloudSelectAction |
Members
| Member name | Description | |
|---|---|---|
| Navigate |
Selecting a tag will result in a navigation query based on the dimension value ID.
| |
| Search |
Selecting a tag will result in a search based on the name of the dimension value.
|