IWriteMetadataPlugin
Describes the interface to run write plugins when only the metadata is updated
| Name | Gets or sets the name of the plugin
|
void Initialize(IPluginConfiguration configuration) | Initialize and validate all parameters used by the plugin. |
void Run(IWriteMetadataContext context) | Runs the write metadata plugin |