Gets the values associated with this key.

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

Syntax

C#
public virtual ArrayList GetValues(
	string key
)
Visual Basic
Public Overridable Function GetValues ( _
	key As String _
) As ArrayList
Visual C++
public:
virtual ArrayList^ GetValues(
	String^ key
)

Parameters

key
Type: System..::..String
Key used to get associated values.

Return Value

All the values associated with the key. Returns null when no values are associated with key.

See Also