Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

DocumentMetaData.Put Method 

Inserts a key/value mapping into the map.

public string Put(
   string key,
   string value
);

Parameters

key
The key to add.
value
The value to map to the key.

Return Value

The new mapping.

Remarks

Note: When providing values for date properties, the value should be in the format MM/dd/yy hh:mm:ss AM. For example, 10/25/04 11:53:30 PM.

See Also

DocumentMetaData Class | Plumtree.Remote.Crawler Namespace | ToString | DateTimeFormatInfo