- PluginSetting
PluginSetting
Namespace: PluginManager
Assembly: PluginManager
Individual plugin module settings, used to define how a plugin is treated by the PluginManager.Constructors
#ctor | Default constructor |
#ctor(String) | Constructor requesting setting for individual plugin module. |
Properties
Name | Name of the plugin module, i.e. MyPlugin.dll |
Disabled | Indicates whether the plugin module is disabled and will not be loaded. |
PreventExtractResources | Prevents PluginManager from extracting resources from the plugin module. If true then no resources will be extracted, this can be usefule if the project has been given to a web designer and they are making changes and don't want them overridden. |
ReplaceExistingResources | Prevents PluginManager from replacing resources that have previously been extracted from the plugin module. If true then no resources will be extracted, this can be usefule if the project has been given to a web designer and they are making changes and don't want them overridden. |
Version | Specifies the specific version number of the plugin to be loaded. Use this value should multiple copies of the plugin module be within PluginSearchPath |