Create a new alpha-numeric sort key that specifies a sort on a property and the order with which to sort with regard to that property.

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

Syntax

C#
public ERecSortKey(
	string name,
	bool isAscending
)
Visual Basic
Public Sub New ( _
	name As String, _
	isAscending As Boolean _
)
Visual C++
public:
ERecSortKey(
	String^ name, 
	bool isAscending
)

Parameters

name
Type: System..::..String
The name to assign to the sort key.
isAscending
Type: System..::..Boolean
A bool specifying whether this sort key is ascending.

See Also