IPublishPostProcessPlugin

Describes the interface to run publish post process 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(IPublishPostProcessContext context)

Runs the publish post process plugin