Show / Hide Table of Contents

Class ResourceFileInstaller

Inheritance
object
ComponentInstallerBase
FileInstaller
ResourceFileInstaller
Inherited Members
FileInstaller.Commit()
FileInstaller.Install()
FileInstaller.ReadManifest(XPathNavigator)
FileInstaller.Rollback()
FileInstaller.UnInstall()
FileInstaller.ProcessFile(InstallFile, XPathNavigator)
FileInstaller.ReadCustomManifest(XPathNavigator)
FileInstaller.SupportsManifestOnlyInstall
FileInstaller.DeleteFiles
FileInstaller.Files
FileInstaller.DefaultPath
FileInstaller.PhysicalBasePath
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 ResourceFileInstaller : FileInstaller

Constructors

ResourceFileInstaller()

Declaration
public ResourceFileInstaller()

Fields

DEFAULT_MANIFESTEXT

Declaration
public const string DEFAULT_MANIFESTEXT = ".manifest"
Field Value
Type Description
string

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

ItemNodeName

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

Manifest

Declaration
protected string Manifest { get; }
Property Value
Type Description
string

Methods

CommitFile(InstallFile)

Declaration
protected override void CommitFile(InstallFile insFile)
Parameters
Type Name Description
InstallFile insFile
Overrides
FileInstaller.CommitFile(InstallFile)

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 insFile)
Parameters
Type Name Description
InstallFile insFile
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)

ReadManifestItem(XPathNavigator, bool)

Declaration
protected override InstallFile ReadManifestItem(XPathNavigator nav, bool checkFileExists)
Parameters
Type Name Description
XPathNavigator nav
bool checkFileExists
Returns
Type Description
InstallFile
Overrides
FileInstaller.ReadManifestItem(XPathNavigator, bool)

RollbackFile(InstallFile)

Declaration
protected override void RollbackFile(InstallFile insFile)
Parameters
Type Name Description
InstallFile insFile
Overrides
FileInstaller.RollbackFile(InstallFile)

UnInstallFile(InstallFile)

Declaration
protected override void UnInstallFile(InstallFile unInstallFile)
Parameters
Type Name Description
InstallFile unInstallFile
Overrides
FileInstaller.UnInstallFile(InstallFile)

Extension Methods

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