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

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#
public enum GuidedNavigationUrlType
Visual Basic (Declaration)
Public Enumeration GuidedNavigationUrlType
Visual C++
public enum class GuidedNavigationUrlType

Members

Member nameDescription
SelectDimensionValue
The URL that represents selecting a refinement dimension value.
RemoveDimensionValue
The URL that removing a seleced dimension value,
ToggleDimensionStateExposure
The URL that represents expanding or contracting a dimension state.
ExpandMore
The URL that represents expanding a 'More...' link.

See Also