A timestamp indicating when the currently running sweep started. For a sweep policy or queue sweep that is not currently in progress, the property is set to null. For a sweep job, the property remains set to a timestamp value even after the job has completed.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property SweepStartDate As Nullable(Of DateTime)
C#
Nullable<DateTime> SweepStartDate { get; }
Visual C++
property Nullable<DateTime> SweepStartDate {
	Nullable<DateTime> get ();
}
JavaScript
function get_sweepStartDate();

ToggleRemarks

ToggleSee Also