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 IDependentObjectList, IEngineCollection, ICloneable, IList,  _
	ICollection, IEnumerable
C#
public interface ICmTimeslotList : IDependentObjectList, 
	IEngineCollection, ICloneable, IList, ICollection, IEnumerable
Visual C++
public interface class ICmTimeslotList : IDependentObjectList, 
	IEngineCollection, ICloneable, IList, ICollection, IEnumerable
JavaScript
FileNet.Api.Collection.ICmTimeslotList = function();
FileNet.Api.Collection.ICmTimeslotList.createInterface('FileNet.Api.Collection.ICmTimeslotList');

ToggleSee Also