Represents the information needed for a ICmContentDeletionQueueSweep to delete content from an advanced storage area. An entry is created in the deletion queue when a document or annotation with content stored in an advanced storage area is deleted.

See Queue sweeps

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

ToggleSyntax

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

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: CmQueueEntryClassDefinition
IsDependent: false
IsHidden: false
Name: Id
Searchable: true
StorageType: ObjectStore
SuperclassName: CmAbstractQueueEntry

ToggleSee Also