Documentation Center

IWriteMetadataAndBlobPlugin - BlobSendEvent

Adds the event to the event queue.

Plugin Configuration

The following parameters can be configured:
ParameterRequiredDefault valueAllowed valuesDescription
EventTypeYes  The event type indicates which handler will execute the background task. So, the value must match the event type of the handler specified in the Background Task Configuration XML.

Default plugin configuration

The following configuration adds a THUMBNAILSUBMIT event to the event queue for illustrations.

<plugin name="ISHTHUMBNAILS" handler="BlobSendEvent" 
ishcondition="CurrentAction in ('Create', 'Update', 'Checkin') and (FRESOLUTION='VRESOLUTIONTHUMBNAIL' and DOC-LANGUAGE='VLANGUAGEEN')">
	<description>Mark submitted thumbnail as thumbnail</description>
	<initialize>
		<parameters>
			<parameter name="EventType">THUMBNAILSUBMIT</parameter>
		</parameters>
	</initialize>
</plugin>