Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

NamedValueMap.Get Method 

Returns the string to which the specified name key is mapped, or null if the key is not mapped to any values. If the mapped value is a string[], then the first element of the string[] will be returned. Note: Since the name in a NamedValue is always uppercased by the portal, the key to retrieve the value should also be uppercase.

public string Get(
   string key
);

Parameters

key
The name key.

Return Value

The string to which the specified name key is mapped.

See Also

NamedValueMap Class | Plumtree.Remote.Util Namespace