Sets the navigation restriction for the dimension search.
DimSearchNavDescriptors
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
| C# |
|---|
public virtual void SetDn( string n ) |
| Visual Basic |
|---|
Public Overridable Sub SetDn ( _ n As String _ ) |
| Visual C++ |
|---|
public: virtual void SetDn( String^ n ) |
Parameters
- n
- Type: System..::..String
Where n is ' ' delimited string of dimension value Ids.
Exceptions
| Exception | Condition |
|---|---|
| Endeca.Navigation..::..UrlENEQueryParseException | If unable to parse the navigation restrictions. |