Gets the ERecSortKey with the name name.

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

Syntax

C#
public virtual ERecSortKey GetKey(
	string name
)
Visual Basic
Public Overridable Function GetKey ( _
	name As String _
) As ERecSortKey
Visual C++
public:
virtual ERecSortKey^ GetKey(
	String^ name
)

Parameters

name
Type: System..::..String
THe name of the ERecSortKey to get.

Return Value

Returns the ERecSortKey with name name. Returns null if key with specified name could not be found.

See Also