IPublishPostProcessPlugin
Describes the interface to run publish post process plugins
Properties
| Name | Gets or sets the name of the plugin
|
Methods
void Initialize(IPluginConfiguration configuration) | Initializes and validates all parameters used by the plugin |
void Run(IPublishPostProcessContext context) | Runs the publish post process plugin |