Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ContainerMetaData.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 mapped to the object to be returned.
def
The default object value.

Return Value

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

See Also

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