Sets the dimension(s) with which to dimension search in.
DimSearchDimensions.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
| C# |
|---|
public virtual void SetDi( string d ) |
| Visual Basic |
|---|
Public Overridable Sub SetDi ( _ d As String _ ) |
| Visual C++ |
|---|
public: virtual void SetDi( String^ d ) |
Parameters
- d
- Type: System..::..String
Where d is list of dimensions to search within.
Exceptions
| Exception | Condition |
|---|---|
| Endeca.Navigation..::..UrlENEQueryParseException | If unable to parse the the dimension Id(s). |