Sets the navigation record list offset.
NavERecsOffset
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
| C# |
|---|
public virtual void SetNo( string o ) |
| Visual Basic |
|---|
Public Overridable Sub SetNo ( _ o As String _ ) |
| Visual C++ |
|---|
public: virtual void SetNo( String^ o ) |
Parameters
- o
- Type: System..::..String
The offset into the record list.
Exceptions
| Exception | Condition |
|---|---|
| Endeca.Navigation..::..UrlENEQueryParseException | If the offset parameter is not able to be parsed. |