Sets the records for query. ERecs.

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

Syntax

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

Parameters

r
Type: System..::..String
Record Ids delimitted by ' '.

Exceptions

ExceptionCondition
Endeca.Navigation..::..UrlENEQueryParseException If the record Ids are not able to be parsed.

See Also