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.Sweep
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

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

ToggleRemarks

ToggleSee Also