ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | List of all members
ImageResizer.Plugins.Basic.ImageHandlerSyntax Class Reference

Adds URL syntax support for legacy projects: http://webimageresizer.codeplex.com/, http://imagehandler.codeplex.com/, http://bbimagehandler.codeplex.com/, DAMP: http://our.umbraco.org/projects/backoffice-extensions/digibiz-advanced-media-picker, Support for http://bip.codeplex.com/ and http://dynamicimageprocess.codeplex.com/ urls is default since w/h are supported. More...

Inheritance diagram for ImageResizer.Plugins.Basic.ImageHandlerSyntax:
Inheritance graph
[legend]
Collaboration diagram for ImageResizer.Plugins.Basic.ImageHandlerSyntax:
Collaboration graph
[legend]

Public Member Functions

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. More...
 
bool Uninstall (Configuration.Config c)
 
- Public Member Functions inherited from ImageResizer.Plugins.IPlugin
bool Uninstall (Config c)
 Uninstalls the plugin. Should reverse all changes made during Install More...
 

Detailed Description

Adds URL syntax support for legacy projects: http://webimageresizer.codeplex.com/, http://imagehandler.codeplex.com/, http://bbimagehandler.codeplex.com/, DAMP: http://our.umbraco.org/projects/backoffice-extensions/digibiz-advanced-media-picker, Support for http://bip.codeplex.com/ and http://dynamicimageprocess.codeplex.com/ urls is default since w/h are supported.

Definition at line 17 of file ImageHandlerSyntax.cs.

Member Function Documentation

IPlugin ImageResizer.Plugins.Basic.ImageHandlerSyntax.Install ( Config  c)
inline

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

Parameters
c
Returns

Implements ImageResizer.Plugins.IPlugin.

Definition at line 21 of file ImageHandlerSyntax.cs.

21  {
22  this.c = c;
23  c.Plugins.add_plugin(this);
24  c.Pipeline.PostAuthorizeRequestStart += Pipeline_PostAuthorizeRequestStart;
25  return this;
26  }

The documentation for this class was generated from the following file: