Endeca Presentation API
ERecSortKey Constructor (name, isAscending)
NamespacesEndeca.NavigationERecSortKeyERecSortKeyERecSortKeyNew(String, Boolean)
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.
Declaration Syntax
C#Visual BasicVisual C++
public ERecSortKey(
	string name,
	bool isAscending
)
Public Sub New ( _
	name As String, _
	isAscending As Boolean _
)
public:
ERecSortKey (
	String^ name, 
	bool isAscending
)
Parameters
name (String)
The name to assign to the sort key.
isAscending (Boolean)
A bool specifying whether this sort key is ascending.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0