Sets the options for the record search of the navigation query.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

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

ExceptionCondition
Endeca.Navigation..::..UrlENEQueryParseException Thrown if problem parsing or pairing up with search keys.

See Also