Represents a collection of ICmSweepResult objects.

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

ToggleSyntax

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

ToggleSee Also