Represents a collection of CmPolicyControlledSweep objects.

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

ToggleSyntax

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

ToggleSee Also