Sets the navigation field of the query.
NavDescriptors
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
| C# |
|---|
public virtual void SetN( string n ) |
| Visual Basic |
|---|
Public Overridable Sub SetN ( _ n As String _ ) |
| Visual C++ |
|---|
public: virtual void SetN( String^ n ) |
Parameters
- n
- Type: System..::..String
Dimension value Ids delimtted by ' '.
Exceptions
| Exception | Condition |
|---|---|
| Endeca.Navigation..::..UrlENEQueryParseException | If the navigation values are not able to be parsed. |