A list of ICmTimeslot objects, each specifying a text indexing or an audit disposition schedule. You can set or get a ICmTimeslotList object on or from ICmTextSearchConfiguration or ICmAuditingConfiguration.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface ICmTimeslotList _
	Implements IEngineCollection, IEnumerable, ICloneable, IDependentObjectList,  _
	IList, ICollection
C#
public interface ICmTimeslotList : IEngineCollection, 
	IEnumerable, ICloneable, IDependentObjectList, IList, ICollection
Visual C++
public interface class ICmTimeslotList : IEngineCollection, 
	IEnumerable, ICloneable, IDependentObjectList, IList, ICollection
JavaScript
FileNet.Api.Collection.ICmTimeslotList = function();
FileNet.Api.Collection.ICmTimeslotList.createInterface('FileNet.Api.Collection.ICmTimeslotList');

ToggleSee Also