Sets the navigation query options. NavOpts.

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

Syntax

C#
public virtual void SetNx(
	string opts
)
Visual Basic
Public Overridable Sub SetNx ( _
	opts As String _
)
Visual C++
public:
virtual void SetNx(
	String^ opts
)

Parameters

opts
Type: System..::..String
The options for the navigation query (other than options for record search, which are handled by Ntx).

See Also