Initializes a new Sort instance.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public Sort(
	string relRankModule
)
Visual Basic (Declaration)
Public Sub New ( _
	relRankModule As String _
)
Visual C++
public:
Sort(
	String^ relRankModule
)

Parameters

relRankModule
Type: System..::.String
The relevence rank module

See Also