Show / Hide Table of Contents

Class InstallFile

Inheritance
object
InstallFile
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
Assembly: DotNetNuke.dll
Syntax
public class InstallFile

Constructors

InstallFile(ZipInputStream, ZipEntry, InstallerInfo)

Declaration
[Obsolete("Deprecated in DotNetNuke 9.11.0. Replaced with .NET compresstion types. Scheduled for removal in v11.0.0.")]
public InstallFile(ZipInputStream zip, ZipEntry entry, InstallerInfo info)
Parameters
Type Name Description
ZipInputStream zip
ZipEntry entry
InstallerInfo info

InstallFile(ZipArchiveEntry, InstallerInfo)

Declaration
public InstallFile(ZipArchiveEntry entry, InstallerInfo info)
Parameters
Type Name Description
ZipArchiveEntry entry
InstallerInfo info

InstallFile(string)

Declaration
public InstallFile(string fileName)
Parameters
Type Name Description
string fileName

InstallFile(string, InstallerInfo)

Declaration
public InstallFile(string fileName, InstallerInfo info)
Parameters
Type Name Description
string fileName
InstallerInfo info

InstallFile(string, string)

Declaration
public InstallFile(string fileName, string filePath)
Parameters
Type Name Description
string fileName
string filePath

InstallFile(string, string, InstallerInfo)

Declaration
public InstallFile(string fileName, string sourceFileName, InstallerInfo info)
Parameters
Type Name Description
string fileName
string sourceFileName
InstallerInfo info

Properties

Action

Declaration
public string Action { get; set; }
Property Value
Type Description
string

BackupFileName

Declaration
public string BackupFileName { get; }
Property Value
Type Description
string

BackupPath

Declaration
public virtual string BackupPath { get; }
Property Value
Type Description
string

Encoding

Declaration
public TextEncoding Encoding { get; }
Property Value
Type Description
TextEncoding

Extension

Declaration
public string Extension { get; }
Property Value
Type Description
string

FullName

Declaration
public string FullName { get; }
Property Value
Type Description
string

InstallerInfo

Declaration
[Browsable(false)]
public InstallerInfo InstallerInfo { get; }
Property Value
Type Description
InstallerInfo

Name

Declaration
public string Name { get; }
Property Value
Type Description
string

Path

Declaration
public string Path { get; }
Property Value
Type Description
string

SourceFileName

Declaration
public string SourceFileName { get; }
Property Value
Type Description
string

TempFileName

Declaration
public string TempFileName { get; }
Property Value
Type Description
string

Type

Declaration
public InstallFileType Type { get; set; }
Property Value
Type Description
InstallFileType

Version

Declaration
public Version Version { get; }
Property Value
Type Description
Version

Methods

SetVersion(Version)

Declaration
public void SetVersion(Version version)
Parameters
Type Name Description
Version version

Extension Methods

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