Plumtree EDK (Enterprise Web Development Kit) 5.4.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 that as 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 that as 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