Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

NamedValueMap.Remove Method (String)

Removes the mapping for this key from the map if present. No exception is thrown if the key is not present. Note: Since the name in a NamedValue is always uppercased by the portal, the key to remove the value should also be uppercase.

public void Remove(
   string key
);

Parameters

key
The key for which mapping should be removed.

See Also

NamedValueMap Class | Plumtree.Remote.Util Namespace | NamedValueMap.Remove Overload List