Class ModuleInstaller
The ModuleInstaller installs Module Components to a DotNetNuke site.
Inherited Members
Namespace: DotNetNuke.Services.Installer.Installers
Assembly: DotNetNuke.dll
Syntax
public class ModuleInstaller : ComponentInstallerBase
Properties
| Improve this Doc View SourceAllowableFiles
Gets a list of allowable file extensions (in addition to the Host's List).
Declaration
public override string AllowableFiles { get; }
Property Value
Type | Description |
---|---|
System.String | A String. |
Overrides
Methods
| Improve this Doc View SourceCommit()
The Commit method finalises the Install and commits any pending changes.
Declaration
public override void Commit()
Overrides
Remarks
In the case of Modules this is not neccessary.
Install()
The Install method installs the Module component.
Declaration
public override void Install()
Overrides
| Improve this Doc View SourceReadManifest(XPathNavigator)
The ReadManifest method reads the manifest file for the Module compoent.
Declaration
public override void ReadManifest(XPathNavigator manifestNav)
Parameters
Type | Name | Description |
---|---|---|
XPathNavigator | manifestNav |
Overrides
| Improve this Doc View SourceRollback()
The Rollback method undoes the installation of the component in the event that one of the other components fails.
Declaration
public override void Rollback()
Overrides
| Improve this Doc View SourceUnInstall()
The UnInstall method uninstalls the Module component.
Declaration
public override void UnInstall()