Id of the object that is the source of an IObjectChangeEvent-based event. You can use this property to identify an object if it no longer exists in the object store.


Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property SourceObjectId As Id
C#
Id SourceObjectId { get; }
C++
property Id SourceObjectId abstract  {
    Id get();
}
J#
/** property */
public Id get_SourceObjectId();
JScript
public function get SourceObjectId() : Id

Remarks

See Also