Sets the keys 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 SetNtk(
	string keys
)
Visual Basic
Public Overridable Sub SetNtk ( _
	keys As String _
)
Visual C++
public:
virtual void SetNtk(
	String^ keys
)

Parameters

keys
Type: System..::..String
A urldecoded '|' delimited sequence of record search keys.

Remarks

The keys are delimited by '|'. The Ntt parameter MUST be used with the Ntt parameter indicating the search terms for each key. 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 terms.

See Also