Image Resizer : API Documentation

Type IPlugin

Namespace ImageResizer.Plugins

All plugins must implement this. Enables web.config addition and removal.

Methods

Public instance methods

IPlugin Install(Config c)

Installs the plugin in the specified Config instance. The plugin must handle all the work of loading settings, registering the plugin etc.

bool Uninstall(Config c)

Uninstalls the plugin. Should reverse all changes made during Install