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, IEngineCollection, IEnumerable,  _
	ICloneable, IIndependentObjectSet, IEngineSet
C#
public interface ICmQueueSweepSet : ICmSweepSet, 
	ISubscribableSet, IEngineCollection, IEnumerable, ICloneable, IIndependentObjectSet, 
	IEngineSet
Visual C++
public interface class ICmQueueSweepSet : ICmSweepSet, 
	ISubscribableSet, IEngineCollection, IEnumerable, ICloneable, IIndependentObjectSet, 
	IEngineSet
JavaScript
FileNet.Api.Collection.ICmQueueSweepSet = function();
FileNet.Api.Collection.ICmQueueSweepSet.createInterface('FileNet.Api.Collection.ICmQueueSweepSet');

ToggleSee Also