Represents a collection of ICmPolicySweepResult objects.

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

ToggleSyntax

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

ToggleSee Also