Sets the exposed navigation refinements.
NavExposedRefinements
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
| C# |
|---|
public virtual void SetNe( string e ) |
| Visual Basic |
|---|
Public Overridable Sub SetNe ( _ e As String _ ) |
| Visual C++ |
|---|
public: virtual void SetNe( String^ e ) |
Parameters
- e
- Type: System..::..String
Where e is ' ' delimited string of dimension value ids.
Exceptions
| Exception | Condition |
|---|---|
| Endeca.Navigation..::..UrlENEQueryParseException | If there is an error in parsing the exposed refinements. |