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.Replication
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property SourceObject As IReplicable |
C# |
---|
IReplicable SourceObject { get; } |
C++ |
---|
property IReplicable SourceObject abstract { IReplicable get(); } |
J# |
---|
/** property */ public IReplicable get_SourceObject(); |
JScript |
---|
public function get SourceObject() : IReplicable |
Remarks
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: Replicable
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ