Show / Hide Table of Contents

Class JavaScriptFileInstaller

Inheritance
object
ComponentInstallerBase
FileInstaller
JavaScriptFileInstaller
Inherited Members
FileInstaller.Commit()
FileInstaller.Install()
FileInstaller.ReadManifest(XPathNavigator)
FileInstaller.Rollback()
FileInstaller.UnInstall()
FileInstaller.CommitFile(InstallFile)
FileInstaller.DeleteFile(InstallFile)
FileInstaller.InstallFile(InstallFile)
FileInstaller.IsCorrectType(InstallFileType)
FileInstaller.ProcessFile(InstallFile, XPathNavigator)
FileInstaller.ReadManifestItem(XPathNavigator, bool)
FileInstaller.RollbackFile(InstallFile)
FileInstaller.UnInstallFile(InstallFile)
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 JavaScriptFileInstaller : FileInstaller

Constructors

JavaScriptFileInstaller()

Declaration
public JavaScriptFileInstaller()

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

Methods

ReadCustomManifest(XPathNavigator)

Declaration
protected override void ReadCustomManifest(XPathNavigator nav)
Parameters
Type Name Description
XPathNavigator nav
Overrides
FileInstaller.ReadCustomManifest(XPathNavigator)

Extension Methods

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