For an event, the event's source object prior to the event.
To get the source object at the time the event occurred, retrieve the
SourceObject property.
To compare the two states of the source object,
fetch the properties of the object returned by the
OriginalObject property and the
SourceObject property.
For ICmRecoveryItem, the original object that was marked for deletion.
To get the original object, the user must have the VIEW_RECOVERABLE_OBJECTS
access right on the object store.
Namespace:
FileNet.Api.Events
Assembly:
FileNet.Api (in FileNet.Api.dll)
JavaScript |
---|
function get_originalObject();
|