Types of URLs that can be built by the Breadcrumbs server 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 BreadcrumbsUrlType
Visual Basic (Declaration)
Public Enumeration BreadcrumbsUrlType
Visual C++
public enum class BreadcrumbsUrlType

Members

Member nameDescription
SelectDimensionValue
Build a URL by selecting a dimension value
RemoveDimensionValue
Build a URL by removing a dimension value
SelectParentDimensionValue
Build a URL by selecting the parent of a dimension value
RemoveSearch
Build a URL by removing a Search
ApplySearchAdjustment
Build a URL by removing one search and adding a suggested search
RemoveRangeFilter
Build a URL by removing a RangeFilter

See Also