Plumtree EDK (Enterprise Web Development Kit) 5.4.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 mapping
def
the default object value

Return Value

the value mapped to the key or the default if no value is mapped

See Also

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