The number of objects for which the processing failed during the current sweep iteration of an ongoing sweep.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also