Show / Hide Table of Contents

Class AssemblyInstaller

Inheritance
object
ComponentInstallerBase
FileInstaller
AssemblyInstaller
Inherited Members
FileInstaller.Commit()
FileInstaller.Install()
FileInstaller.ReadManifest(XPathNavigator)
FileInstaller.Rollback()
FileInstaller.UnInstall()
FileInstaller.CommitFile(InstallFile)
FileInstaller.ProcessFile(InstallFile, XPathNavigator)
FileInstaller.ReadCustomManifest(XPathNavigator)
FileInstaller.ReadManifestItem(XPathNavigator, bool)
FileInstaller.RollbackFile(InstallFile)
FileInstaller.UnInstallFile(InstallFile)
FileInstaller.SupportsManifestOnlyInstall
FileInstaller.DeleteFiles
FileInstaller.Files
FileInstaller.BasePath
ComponentInstallerBase.ReadEventMessageNode(XPathNavigator)
ComponentInstallerBase.InstallMode
ComponentInstallerBase.Log
ComponentInstallerBase.PackageFiles
ComponentInstallerBase.PhysicalSitePath
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 AssemblyInstaller : FileInstaller

Constructors

AssemblyInstaller()

Declaration
public AssemblyInstaller()

Properties

AllowableFiles

Declaration
public override string AllowableFiles { get; }
Property Value
Type Description
string
Overrides
ComponentInstallerBase.AllowableFiles

CollectionNodeName

Declaration
protected override string CollectionNodeName { get; }
Property Value
Type Description
string
Overrides
FileInstaller.CollectionNodeName

DefaultPath

Declaration
protected override string DefaultPath { get; }
Property Value
Type Description
string
Overrides
FileInstaller.DefaultPath

ItemNodeName

Declaration
protected override string ItemNodeName { get; }
Property Value
Type Description
string
Overrides
FileInstaller.ItemNodeName

PhysicalBasePath

Declaration
protected override string PhysicalBasePath { get; }
Property Value
Type Description
string
Overrides
FileInstaller.PhysicalBasePath

Methods

DeleteFile(InstallFile)

Declaration
protected override void DeleteFile(InstallFile file)
Parameters
Type Name Description
InstallFile file
Overrides
FileInstaller.DeleteFile(InstallFile)

InstallFile(InstallFile)

Declaration
protected override bool InstallFile(InstallFile file)
Parameters
Type Name Description
InstallFile file
Returns
Type Description
bool
Overrides
FileInstaller.InstallFile(InstallFile)

IsCorrectType(InstallFileType)

Declaration
protected override bool IsCorrectType(InstallFileType type)
Parameters
Type Name Description
InstallFileType type
Returns
Type Description
bool
Overrides
FileInstaller.IsCorrectType(InstallFileType)

Extension Methods

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