IWriteMetadataAndBlobPlugin
Describes the interface to run write plugins when metadata and the blob are updated.
| Name | Gets or sets the name of the plugin
|
| ObjectContentType | Gets 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 |