ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
ImageResizer.Plugins.AzureReader2.AzureReader2Plugin Class Reference
Inheritance diagram for ImageResizer.Plugins.AzureReader2.AzureReader2Plugin:
Inheritance graph
[legend]
Collaboration diagram for ImageResizer.Plugins.AzureReader2.AzureReader2Plugin:
Collaboration graph
[legend]

Public Member Functions

 AzureReader2Plugin (NameValueCollection args)
 
IPlugin Install (Configuration.Config c)
 
Configuration.Xml.Node RedactFrom (Node resizer)
 
bool Uninstall (Configuration.Config c)
 
IEnumerable< IIssueGetIssues ()
 Provides the diagnostics system with a list of configuration issues More...
 
- Public Member Functions inherited from ImageResizer.Plugins.IPlugin
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 (Config c)
 Uninstalls the plugin. Should reverse all changes made during Install More...
 

Properties

bool FailedToRegisterVpp [get]
 True if the provider attempted to register itself as a VirtualPathProvider and failed due to limited security clearance. False if it did not attempt, or if it succeeded. More...
 
bool RegisterAsVirtualPathProvider [get, set]
 True to register the plugin as VPP, false to register it as a VIP. VIPs are only visible to the ImageResizer pipeline - i.e, only processed images are visible. More...
 

Detailed Description

Definition at line 14 of file AzureReader.cs.

Member Function Documentation

IEnumerable<IIssue> ImageResizer.Plugins.AzureReader2.AzureReader2Plugin.GetIssues ( )
inline

Provides the diagnostics system with a list of configuration issues

Returns

Implements ImageResizer.Configuration.Issues.IIssueProvider.

Definition at line 131 of file AzureReader.cs.

131  {
132  List<IIssue> issues = new List<IIssue>();
133 
135  issues.Add(new Issue("AzureReader", "Failed to register as VirtualPathProvider.",
136  "Only the image resizer will be able to access files located in Azure Blob Storage - other systems will not be able to.", IssueSeverity.Error));
137 
138 
139  return issues;
140  }
bool FailedToRegisterVpp
True if the provider attempted to register itself as a VirtualPathProvider and failed due to limited ...
Definition: AzureReader.cs:37

Property Documentation

bool ImageResizer.Plugins.AzureReader2.AzureReader2Plugin.FailedToRegisterVpp
get

True if the provider attempted to register itself as a VirtualPathProvider and failed due to limited security clearance. False if it did not attempt, or if it succeeded.

Definition at line 37 of file AzureReader.cs.

bool ImageResizer.Plugins.AzureReader2.AzureReader2Plugin.RegisterAsVirtualPathProvider
getset

True to register the plugin as VPP, false to register it as a VIP. VIPs are only visible to the ImageResizer pipeline - i.e, only processed images are visible.

Definition at line 45 of file AzureReader.cs.


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