Sets the terms of the record search of the navigation query.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual void SetNtt(
	string termSets
)
Visual Basic
Public Overridable Sub SetNtt ( _
	termSets As String _
)
Visual C++
public:
virtual void SetNtt(
	String^ termSets
)

Parameters

termSets
Type: System..::..String
A urldecoded '|' delimited sequence of record search term sets.

Remarks

Each set of terms are delimited by '|'. The Ntt parameter MUST be used with the Ntk parameter indicating which keys of the records to search. In addition Ntt should have the same number of term sets as Ntk has keys.

Exceptions

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

See Also