Endeca Presentation and Logging APIs
Initializes a new instance of the ERecSortKey class

Namespace:  Endeca.Navigation
Assembly:  Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.1.4.0 (6.1.4.3290)

Syntax

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

Parameters

relRankModule
Type: System..::.String

[Missing <param name="relRankModule"/> documentation for "M:Endeca.Navigation.ERecSortKey.#ctor(System.String)"]

See Also