Sets the records for query. ERecs.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
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
| Exception | Condition |
|---|---|
| Endeca.Navigation..::..UrlENEQueryParseException | If the record Ids are not able to be parsed. |