Endeca Presentation API
SetNrt Method (terms)
NamespacesEndeca.NavigationUrlENEQuerySetNrt(String)
Sets the terms of the record search of the navigation query using a specified relevance ranking strategy.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetNrt(
	string terms
)
Public Overridable Sub SetNrt ( _
	terms As String _
)
public:
virtual void SetNrt (
	String^ terms
)
Parameters
terms (String)
A urldecoded record search term set.
CopyC#
terms
should not contain any '|' characters.
Remarks
The Nrt parameter MUST be used with the Nrk parameter indicating which key of the records to search and the Nrr parameter indicating the relevance ranking strategy to be used.
Exceptions
ExceptionCondition
UrlENEQueryParseException Thrown if problem parsing or pairing up with search keys.

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