The date and time after which this sweep rule becomes no longer eligible to run. If this property is not set on a sweep policy, the policy runs continuously.

If you set this property on a sweep job, which runs one time only, be careful to allow sufficient time for the the job to process the entire table, especially if the table is very large. If the effective end date does not allow the necessary time, then the job will end before it completely processes the table.

Similarly, If you set this property on a run-once background search, be careful to allow sufficient time for the query to complete; otherwise, the sweep will end before returning all of the search results.

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

ToggleSyntax

Visual Basic (Declaration)
Property EffectiveEndDate As Nullable(Of DateTime)
C#
Nullable<DateTime> EffectiveEndDate { get; set; }
Visual C++
property Nullable<DateTime> EffectiveEndDate {
	Nullable<DateTime> get ();
	void set (Nullable<DateTime> value);
}
JavaScript
function get_effectiveEndDate();
function set_effectiveEndDate(value);

ToggleRemarks

ToggleSee Also