Sets the navigation aggregated record list offset. NavAggrERecsOffset

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

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

ExceptionCondition
Endeca.Navigation..::..UrlENEQueryParseException If the aggregated offset parameter is not able to be parsed.

See Also