Documentation Center

IWriteBaselineItemsPlugin

Describes the interface to run write plugins when the baseline is updated

NameGets 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:
  • an item is added to the baseline
  • an item is removed from the baseline
  • an item in the baseline gets a different version

Note that this method can also update the metadata of the baseline.