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

ToggleSee Also