Identifies the type of sweep result record, either failure or preview. The property takes a value of type SweepResultType.

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

ToggleSyntax

Visual Basic (Declaration)
Property SweepResultType As SweepResultType
C#
SweepResultType SweepResultType { get; set; }
Visual C++
property SweepResultType SweepResultType {
	SweepResultType get ();
	void set (SweepResultType value);
}
JavaScript
function get_sweepResultType();
function set_sweepResultType(value);

ToggleRemarks

ToggleSee Also