Plumtree EDK (Enterprise Web Development Kit) 5.4.0

ContainerMetaData.Put Method 

Inserts a key/value mapping into the ContainerMetaData map.

public string Put(
   string key,
   string value
);

Parameters

key
the key
value
the value string to be mapped to the key

Return Value

inserted value

See Also

ContainerMetaData Class | Plumtree.Remote.Crawler Namespace