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.
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);
NamedValueMap Class | Plumtree.Remote.Util Namespace