Oracle WebCenter Interaction Development Kit (IDK) 10.3.0.0.0

NamedValueMap.Remove Method (String, String)

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

public void Remove(
   string key,
   string value
);

Parameters

key
The key for which mapping should be removed.
value
The value of the mapped string[] to remove.

Remarks

If there is no matching key, the map will be unchanged. If the matching object is a string, the mapping will be removed. If the matching object is a string[], then the matching value will be removed from the string[]. If there are remaining elements in the string[], then the resulting string[] will be put back into the map. If there are no remaining elements in the string[], then the mapping will be removed. Note: Since all names are uppercased by the portal, the key should also be uppercase. No exception is thrown if the key does not exist.

See Also

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