Sets whether or not the sort on this key will be ascending.

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

Syntax

C#
public virtual void SetOrder(
	bool isAscending
)
Visual Basic
Public Overridable Sub SetOrder ( _
	isAscending As Boolean _
)
Visual C++
public:
virtual void SetOrder(
	bool isAscending
)

Parameters

isAscending
Type: System..::..Boolean
Boolean value to determine if the sort on this key will be ascending.

See Also