Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

DocumentMetaData.Get Method (Object, Object)

Returns an object mapped to a key or uses a default object if no value is found.

public object Get(
   object key,
   object def
);

Parameters

key
The key to match.
def
The default object.

Return Value

The object mapped to the key or the default if no object is mapped.

See Also

DocumentMetaData Class | Plumtree.Remote.Crawler Namespace | DocumentMetaData.Get Overload List