Represents the information needed for a IContentBackoutQueueSweep to back out content abandoned during upload to an advanced storage area. An entry is created in the backout queue for each content ID batch that's generated.

See Queue sweeps

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

ToggleSyntax

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

ToggleRemarks

Metadata

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

ToggleSee Also