A container for ICmRecoveryItem objects. You can retrieve the set of ICmRecoveryItem objects contained in a recovery bin, and perform recover or purge operations on the objects.

The ICmRecoveryBin and ICmRecoveryItem classes support trash-bin functionality implemented in graphical user intefaces of client applications.

See Recovery Bin Concepts.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface ICmRecoveryBin _
	Implements IRepositoryObject, ISubscribable, IIndependentlyPersistableObject, IIndependentObject,  _
	IEngineObject, ICloneable
C#
public interface ICmRecoveryBin : IRepositoryObject, 
	ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
Visual C++
public interface class ICmRecoveryBin : IRepositoryObject, 
	ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
JavaScript
FileNet.Api.Util.ICmRecoveryBin = function();
FileNet.Api.Util.ICmRecoveryBin.createInterface('FileNet.Api.Util.ICmRecoveryBin');

ToggleRemarks

Metadata

Auditable: true
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: SubscribableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: Subscribable

ToggleSee Also