Represents a collection of ICmBackgroundSearch objects.

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

ToggleSyntax

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

ToggleSee Also