Represents a collection of ICmQueueSweep objects.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface ICmQueueSweepSet _
	Implements ICmSweepSet, ISubscribableSet, IIndependentObjectSet, IEngineSet,  _
	IEngineCollection, IEnumerable, ICloneable
C#
public interface ICmQueueSweepSet : ICmSweepSet, 
	ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, 
	ICloneable
Visual C++
public interface class ICmQueueSweepSet : ICmSweepSet, 
	ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, 
	ICloneable
JavaScript
FileNet.Api.Collection.ICmQueueSweepSet = function();
FileNet.Api.Collection.ICmQueueSweepSet.createInterface('FileNet.Api.Collection.ICmQueueSweepSet');

ToggleSee Also