Show / Hide Table of Contents

Class InstallerInfo

Inheritance
object
InstallerInfo
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 InstallerInfo

Constructors

InstallerInfo()

Declaration
public InstallerInfo()

InstallerInfo(PackageInfo, string)

Declaration
public InstallerInfo(PackageInfo package, string sitePath)
Parameters
Type Name Description
PackageInfo package
string sitePath

InstallerInfo(Stream, string)

Declaration
public InstallerInfo(Stream inputStream, string sitePath)
Parameters
Type Name Description
Stream inputStream
string sitePath

InstallerInfo(string, InstallMode)

Declaration
public InstallerInfo(string sitePath, InstallMode mode)
Parameters
Type Name Description
string sitePath
InstallMode mode

InstallerInfo(string, string, string)

Declaration
public InstallerInfo(string tempFolder, string manifest, string sitePath)
Parameters
Type Name Description
string tempFolder
string manifest
string sitePath

Properties

AllowableFiles

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

Files

Declaration
public Dictionary<string, InstallFile> Files { get; }
Property Value
Type Description
Dictionary<string, InstallFile>

HasValidFiles

Declaration
public bool HasValidFiles { get; }
Property Value
Type Description
bool

IgnoreWhiteList

Declaration
public bool IgnoreWhiteList { get; set; }
Property Value
Type Description
bool

InstallMode

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

Installed

Declaration
public bool Installed { get; set; }
Property Value
Type Description
bool

InvalidFileExtensions

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

IsLegacyMode

Declaration
public bool IsLegacyMode { get; set; }
Property Value
Type Description
bool

IsValid

Declaration
public bool IsValid { get; }
Property Value
Type Description
bool

LegacyError

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

Log

Declaration
public Logger Log { get; }
Property Value
Type Description
Logger

ManifestFile

Declaration
public InstallFile ManifestFile { get; }
Property Value
Type Description
InstallFile

PackageID

Declaration
public int PackageID { get; set; }
Property Value
Type Description
int

PhysicalSitePath

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

PortalID

Declaration
public int PortalID { get; set; }
Property Value
Type Description
int

RepairInstall

Declaration
public bool RepairInstall { get; set; }
Property Value
Type Description
bool

SecurityAccessLevel

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

TempInstallFolder

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

Extension Methods

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