The specific iteration on which the multiple-iteration sweep failed.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also