Sets the sort key with which the navigation query's records will be sorted.

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

Syntax

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

Parameters

key
Type: System..::..String
The String used to sort the navigation query's records.

Remarks

Deprecated: This method may not be available in future versions of the Presentation API. Use SetNavActiveSortKeys() instead.

See Also