Describes the types of DimensionValue that can be displayed by the
GuidedNavigation 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 GuidedNavigationDimensionValueItemType |
| Visual Basic (Declaration) |
|---|
Public Enumeration GuidedNavigationDimensionValueItemType |
| Visual C++ |
|---|
public enum class GuidedNavigationDimensionValueItemType |
Members
| Member name | Description | |
|---|---|---|
| Refinement |
A dimension value that can used to further refine a navigation query.
| |
| Selected |
A dimension value that has already been selected.
| |
| Implicit |
An implicitly selected dimension value.
|