Documentation Center

IWriteMetadataAndBlobPlugin

Describes the interface to run write plugins when metadata and the blob are updated.

NameGets or sets the name of the plugin
ObjectContentTypeGets the type of the content expected by the plugin. The possible values are: Stream and XmlDocument.
void Initialize(IPluginConfiguration configuration)Initialize and validate all parameters used by the plugin
void Run(IWriteMetadataAndBlobContext context)Runs the write plugin with metadata and blob updates