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