Represents a background task that initiates sweep-based document thumbnail generation. A ICmThumbnailGenerationJob performs a one-time sweep of the DocVersion table for documents that meet the thumbnail generation criteria set in the FilterExpression property. For this type of sweep, you must set the sweep target to the Document class or a Document subclass.

See Thumbnail Concepts.

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

ToggleSyntax

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

ToggleRemarks

Metadata

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

ToggleSee Also