Sets the sort order for the record list of the navigation.

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

Syntax

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

Parameters

key
Type: System..::..String
Sort order of the navigation where order is one of: NAV_SORT_ASCENDING, or NAV_SORT_DESCENDING.

Exceptions

ExceptionCondition
Endeca.Navigation..::..UrlENEQueryParseException If unable to parse the sort order.

See Also