Represents a subscription used to initiate event-based document thumbnail generation.

A ICmThumbnailGenerationSubscription instance is intended to be used with specfic property settings. Set the SubscriptionTarget property to the Document class or subsclass, the SubscribedEvents property to CheckinEvent, the isSynchronous property to true, and the EventAction property to the event action created by the Thumbnail Extensions AddOn, Thumbnail Generation Event Action. Setting these properties to different values could result in improper generation attempts and poor system behavior.

To further narrow the conditions for automatic generation of thumbnails, use the subscription's FilterExpression property.

See Thumbnail Concepts.

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

ToggleSyntax

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

ToggleRemarks

Metadata

Auditable: undefined
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: ReplicableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: ClassSubscription

ToggleSee Also