Show / Hide Table of Contents

Class SkinInstaller

Inheritance
object
ComponentInstallerBase
FileInstaller
SkinInstaller
ContainerInstaller
Inherited Members
FileInstaller.Commit()
FileInstaller.ReadManifest(XPathNavigator)
FileInstaller.CommitFile(InstallFile)
FileInstaller.DeleteFile(InstallFile)
FileInstaller.InstallFile(InstallFile)
FileInstaller.IsCorrectType(InstallFileType)
FileInstaller.ReadManifestItem(XPathNavigator, bool)
FileInstaller.RollbackFile(InstallFile)
FileInstaller.SupportsManifestOnlyInstall
FileInstaller.DeleteFiles
FileInstaller.Files
FileInstaller.DefaultPath
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 SkinInstaller : FileInstaller

Constructors

SkinInstaller()

Declaration
public SkinInstaller()

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

PhysicalBasePath

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

RootPath

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

SkinFiles

Declaration
protected ArrayList SkinFiles { get; }
Property Value
Type Description
ArrayList

SkinNameNodeName

Declaration
protected virtual string SkinNameNodeName { get; }
Property Value
Type Description
string

SkinRoot

Declaration
protected virtual string SkinRoot { get; }
Property Value
Type Description
string

SkinType

Declaration
protected virtual string SkinType { get; }
Property Value
Type Description
string

Methods

Install()

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

ProcessFile(InstallFile, XPathNavigator)

Declaration
protected override void ProcessFile(InstallFile file, XPathNavigator nav)
Parameters
Type Name Description
InstallFile file
XPathNavigator nav
Overrides
FileInstaller.ProcessFile(InstallFile, XPathNavigator)

ReadCustomManifest(XPathNavigator)

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

Rollback()

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

UnInstall()

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

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