Show / Hide Table of Contents

Class InstallerFactory

Inheritance
object
InstallerFactory
Inherited Members
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 InstallerFactory

Constructors

InstallerFactory()

Declaration
public InstallerFactory()

Methods

GetInstaller(string)

Declaration
public static ComponentInstallerBase GetInstaller(string installerType)
Parameters
Type Name Description
string installerType
Returns
Type Description
ComponentInstallerBase

GetInstaller(XPathNavigator, PackageInfo)

Declaration
public static ComponentInstallerBase GetInstaller(XPathNavigator manifestNav, PackageInfo package)
Parameters
Type Name Description
XPathNavigator manifestNav
PackageInfo package
Returns
Type Description
ComponentInstallerBase

Extension Methods

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