For a sweep job, which runs only once, the number of objects that failed when applying the sweep action. For an ongoing sweep, the cumulative number of objects that failed in the current iteration plus in all of the previous iterations.

For a background search, the value of this property is always zero.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property FailedObjectCount As Nullable(Of Double)
C#
Nullable<double> FailedObjectCount { get; }
Visual C++
property Nullable<double> FailedObjectCount {
	Nullable<double> get ();
}
JavaScript
function get_failedObjectCount();

ToggleRemarks

ToggleSee Also