Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ContainerMetaData.Put Method 

Inserts a key/value mapping into the ContainerMetaData map.

public string Put(
   string key,
   string value
);

Parameters

key
The key to add.
value
The value string to be mapped to the key.

Return Value

inserted value

See Also

ContainerMetaData Class | Plumtree.Remote.Crawler Namespace