A list of ICmTimeslot objects that determine the schedule for sweep processing. The property setting on the ICmSweep object overrides the property setting on the ICmSweepConfiguration global object. If the property is set to null on the ICmSweep object, then the timeslot setting on the ICmSweepConfiguration object is used.

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

ToggleSyntax

Visual Basic (Declaration)
Property SweepTimeslots As ICmTimeslotList
C#
ICmTimeslotList SweepTimeslots { get; set; }
Visual C++
property ICmTimeslotList^ SweepTimeslots {
	ICmTimeslotList^ get ();
	void set (ICmTimeslotList^ value);
}
JavaScript
function get_sweepTimeslots();
function set_sweepTimeslots(value);

ToggleRemarks

ToggleSee Also