Indicates whether failures are recorded for a sweep job running in normal mode. A failure is represented by a ICmSweepResult object with its SweepResultType property set to FAILURE.

This property is ignored if the sweep job is running in preview mode.

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

ToggleSyntax

Visual Basic (Declaration)
Property RecordFailures As Nullable(Of Boolean)
C#
Nullable<bool> RecordFailures { get; set; }
Visual C++
property Nullable<bool> RecordFailures {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_recordFailures();
function set_recordFailures(value);

ToggleRemarks

ToggleSee Also