Endeca Presentation API
SetNtt Method (termSets)
NamespacesEndeca.NavigationUrlENEQuerySetNtt(String)
Sets the terms of the record search of the navigation query.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetNtt(
	string termSets
)
Public Overridable Sub SetNtt ( _
	termSets As String _
)
public:
virtual void SetNtt (
	String^ termSets
)
Parameters
termSets (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
UrlENEQueryParseException Thrown if problem parsing or pairing up with search keys.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0