Gets the ERecCompoundSearchKey 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 ERecCompoundSearchKey GetKey(
	string name
)
Visual Basic
Public Overridable Function GetKey ( _
	name As String _
) As ERecCompoundSearchKey
Visual C++
public:
virtual ERecCompoundSearchKey^ GetKey(
	String^ name
)

Parameters

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

Return Value

The record compound search key specified with name. Returns null if key with specified name could not be found.

See Also