You create a ICmTimeslot object with a Factory method, and set its weekday, start time, and duration properties. The day and times that you set are interpreted relative to the server's local time, not Coordinated Universal Time (UTC).
You add ICmTimeslot objects to a ICmTimeslotList, which you set on a ICmTextSearchConfiguration, ICmAuditingConfiguration, ICmSweep, or ICmSweepConfiguration object. Note that the times of multiple timeslots might overlap, in which case the overlapping timeslots are effectively combined.
For more information, see Content-Based Retrieval Concepts, Audit Disposition, Thumbnail Concepts, or Disposal Policy Concepts.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface ICmTimeslot _ Implements IEngineObject, ICloneable, IDependentObject |
C# |
---|
public interface ICmTimeslot : IEngineObject, ICloneable, IDependentObject |
Visual C++ |
---|
public interface class ICmTimeslot : IEngineObject, ICloneable, IDependentObject |
JavaScript |
---|
FileNet.Api.Admin.ICmTimeslot = function(); FileNet.Api.Admin.ICmTimeslot.createInterface('FileNet.Api.Admin.ICmTimeslot'); |
Remarks
Metadata
Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: GenericObject