The event's source object prior to the event. To get the source object at the time the event occurred, retrieve the
property. To compare the two states of the source object, fetch the properties of the object returned by the
property and the
property.
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property OriginalObject As IIndependentObject |
C# |
---|
IIndependentObject OriginalObject { get; } |
C++ |
---|
property IIndependentObject OriginalObject abstract { IIndependentObject get(); } |
J# |
---|
/** property */ public IIndependentObject get_OriginalObject(); |
JScript |
---|
public function get OriginalObject() : IIndependentObject |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: Subscribable
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ