RetainBusinessObjectsSupported
Purpose
RetainBusinessObjectsSupported returns an indication of the current repository setting for the support of retaining business objects in a dormant state.
Description
If the return value is true, deleted business objects are retained in a dormant state in the repository. If the return value is false, dormant objects are not allowed in the repository.
Syntax
HRESULT RetainBusinessObjectsSupported (bool& bDormantObjects);
Argument |
In/Out |
Description |
bDormantObjects |
Out |
Indicates if dormant objects are supported in the repository |