Class ConfigInstaller
The ConfigInstaller installs Config changes.
Inherited Members
Namespace: DotNetNuke.Services.Installer.Installers
Assembly: DotNetNuke.dll
Syntax
public class ConfigInstaller : ComponentInstallerBase
Properties
| Improve this Doc View SourceInstallConfig
Gets the Install config changes.
Declaration
public string InstallConfig { get; }
Property Value
Type | Description |
---|---|
System.String | A String. |
TargetConfig
Gets the Target Config XmlDocument.
Declaration
public XmlDocument TargetConfig { get; }
Property Value
Type | Description |
---|---|
XmlDocument | An XmlDocument. |
TargetFile
Gets the Target Config file to change.
Declaration
public InstallFile TargetFile { get; }
Property Value
Type | Description |
---|---|
InstallFile | A String. |
UnInstallConfig
Gets the UnInstall config changes.
Declaration
public string UnInstallConfig { get; }
Property Value
Type | Description |
---|---|
System.String | A String. |
Methods
| Improve this Doc View SourceCommit()
The Commit method finalises the Install and commits any pending changes.
Declaration
public override void Commit()
Overrides
| Improve this Doc View SourceInstall()
The Install method installs the config component.
Declaration
public override void Install()
Overrides
| Improve this Doc View SourceReadManifest(XPathNavigator)
The ReadManifest method reads the manifest file for the config 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 file 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 config component.
Declaration
public override void UnInstall()