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

Parameters

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

Return Value

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

See Also