Gets ERecSearchKey with the name name.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

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

Parameters

name
Type: System..::..String
Name of the ERecSearchKey to get.

Return Value

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

See Also