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