IWriteBaselineItemsPlugin
Describes the interface to run write plugins when the baseline is updated
Name | Gets or sets the name of the plugin
|
void Initialize(IPluginConfiguration configuration) | Initializes and validates all parameters used by the plugin. |
void Run(IWriteBaselineItemsContext context) | Runs the write metadata plugin whenever the baseline changes. The baseline changes if:
Note that this method can also update the metadata of the baseline. |