The number of sweep iterations that have occurred for a policy-controlled sweep.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property CompletedIterations As Nullable(Of Integer)
C#
Nullable<int> CompletedIterations { get; }
Visual C++
property Nullable<int> CompletedIterations {
	Nullable<int> get ();
}
JavaScript
function get_completedIterations();

ToggleRemarks

ToggleSee Also