Sets the navigation record list offset. NavERecsOffset

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

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

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

See Also