For an event object, the event's source object at the time the event occurred. Note that the state of the object might be different from its prior or current state. To get the state of the source object prior to the event, use the OriginalObject property on subclasses of IObjectChangeEvent that provide this property.

For ICmSweepResult, the object that a sweep running in preview mode selected as a candidate for processing, or that a sweep running in normal mode failed to process.

Namespace:  FileNet.Api.Admin
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);

ToggleRemarks

ToggleSee Also