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.Util
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property OriginalObject As ISubscribable
C#
ISubscribable OriginalObject { get; set; }
Visual C++
property ISubscribable^ OriginalObject {
	ISubscribable^ get ();
	void set (ISubscribable^ value);
}
JavaScript
function get_originalObject();
function set_originalObject(value);

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: Subscribable
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ_DELETE

ToggleSee Also