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)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property SourceObjectId As Id
C#
Id SourceObjectId { get; }
Visual C++
property Id^ SourceObjectId {
	Id^ get ();
}
JavaScript
function get_sourceObjectId();

ToggleRemarks

ToggleSee Also