Show / Hide Table of Contents

Class ConfigInstaller

Inheritance
object
ComponentInstallerBase
ConfigInstaller
Inherited Members
ComponentInstallerBase.ReadEventMessageNode(XPathNavigator)
ComponentInstallerBase.AllowableFiles
ComponentInstallerBase.InstallMode
ComponentInstallerBase.Log
ComponentInstallerBase.PackageFiles
ComponentInstallerBase.PhysicalSitePath
ComponentInstallerBase.SupportsManifestOnlyInstall
ComponentInstallerBase.Completed
ComponentInstallerBase.Package
ComponentInstallerBase.Skipped
ComponentInstallerBase.Type
ComponentInstallerBase.Version
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Installer.Installers
Assembly: DotNetNuke.dll
Syntax
public class ConfigInstaller : ComponentInstallerBase

Constructors

ConfigInstaller()

Declaration
public ConfigInstaller()

Properties

InstallConfig

Declaration
public string InstallConfig { get; }
Property Value
Type Description
string

TargetConfig

Declaration
public XmlDocument TargetConfig { get; }
Property Value
Type Description
XmlDocument

TargetFile

Declaration
public InstallFile TargetFile { get; }
Property Value
Type Description
InstallFile

UnInstallConfig

Declaration
public string UnInstallConfig { get; }
Property Value
Type Description
string

Methods

Commit()

Declaration
public override void Commit()
Overrides
ComponentInstallerBase.Commit()

Install()

Declaration
public override void Install()
Overrides
ComponentInstallerBase.Install()

ReadManifest(XPathNavigator)

Declaration
public override void ReadManifest(XPathNavigator manifestNav)
Parameters
Type Name Description
XPathNavigator manifestNav
Overrides
ComponentInstallerBase.ReadManifest(XPathNavigator)

Rollback()

Declaration
public override void Rollback()
Overrides
ComponentInstallerBase.Rollback()

UnInstall()

Declaration
public override void UnInstall()
Overrides
ComponentInstallerBase.UnInstall()

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS