A timestamp indicating when the sweep was completed. If NULL, the sweep has not completed yet.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also