Plumtree EDK (Enterprise Web Development Kit) 5.4.0

NamedValueMap.Put Method (String, String)

Adds a name/value pair to the map.

public string Put(
   string key,
   string value
);

Parameters

key
key name. Note that the portal will uppercase the name.
value
value to assign to the key. Can be null.

Return Value

Previous value associated with specified key, or null if there was no mapping for key. A null return can also indicate that the NamedValueMap previously associated null with the specified key. If the previous value was a string[], it will return the first element of the string[].

See Also

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