IDeleteMetadataPlugin
Describes the interface to run delete plugins
| Name | Gets or sets the name of the plugin
|
void Initialize(IPluginConfiguration configuration) | Initialize and validate all parameters used by the plugin. |
void Run(IDeleteMetadataContext context) | Runs the delete metadata plugin |