Represents a collection of ICmRecoveryItem objects.

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

ToggleSyntax

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

ToggleSee Also