Class ImageVaultModule
Plugin for ImageVault that handles the setup of the different ImageVault components inside EPiServer
Inheritance
System.Object
ImageVaultModule
Implements
EPiServer.Framework.IInitializableModule
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.EPiServer
Assembly: ImageVault.EPiServer.dll
Syntax
public class ImageVaultModule
Constructors
ImageVaultModule()
Declaration
public ImageVaultModule()
Methods
Initialize(InitializationEngine)
Declaration
public void Initialize(InitializationEngine context)
Parameters
| Type | Name | Description |
|---|---|---|
| EPiServer.Framework.Initialization.InitializationEngine | context |
Preload(String[])
Declaration
public void Preload(string[] parameters)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String[] | parameters |
ReadFromXmlFile()
Reads the ClientConfigurationSection from the imagevault.client.config file
Declaration
public ClientConfigurationSection ReadFromXmlFile()
Returns
| Type | Description |
|---|---|
| ClientConfigurationSection |
Uninitialize(InitializationEngine)
Declaration
public void Uninitialize(InitializationEngine context)
Parameters
| Type | Name | Description |
|---|---|---|
| EPiServer.Framework.Initialization.InitializationEngine | context |
Implements
EPiServer.Framework.IInitializableModule