Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

NamedValueMap.Remove Method

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.

Overload List

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);

Removes the mapping for the key and value from the map if present.

public void Remove(string,string);

See Also

NamedValueMap Class | Plumtree.Remote.Util Namespace