The snapshot of the object which is the source of this event at the time the event occurred.

Namespace:  FileNet.Api.Sweep
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property SourceObject As IIndependentObject
C#
IIndependentObject SourceObject { get; set; }
Visual C++
property IIndependentObject^ SourceObject {
	IIndependentObject^ get ();
	void set (IIndependentObject^ value);
}
JavaScript
function get_sourceObject();
function set_sourceObject(value);

ToggleSee Also