Sets the options for the record search of the navigation query.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
| C# |
|---|
public virtual void SetNtx( string termSets ) |
| Visual Basic |
|---|
Public Overridable Sub SetNtx ( _ termSets As String _ ) |
| Visual C++ |
|---|
public: virtual void SetNtx( String^ termSets ) |
Parameters
- termSets
- Type: System..::..String
A urldecoded '|' delimited sequence of record search option sets.
Remarks
Each set of options is delimited by '|'. The Ntx parameter MUST be
used with the Ntt and Ntk parameters, and should have the same number
of values as these parameters.
Exceptions
| Exception | Condition |
|---|---|
| Endeca.Navigation..::..UrlENEQueryParseException | Thrown if problem parsing or pairing up with search keys. |