The event's source object at the time the event occurred. Note that the state of the object may be different from its prior or current state. To get the state of the source object prior to the event, use the
property on subclasses of
that provide this property.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property SourceObject As IIndependentObject |
C# |
---|
IIndependentObject SourceObject { get; set; } |
C++ |
---|
property IIndependentObject SourceObject abstract { IIndependentObject get(); void set(IIndependentObject value); } |
J# |
---|
/** property */ public IIndependentObject get_SourceObject(); /** property */ public void set_SourceObject(IIndependentObject value); |
JScript |
---|
public function get SourceObject() : IIndependentObject public function set SourceObject(value : IIndependentObject); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
ReflectiveProperty: null
RequiredClass: Subscribable
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ