Class InstallerInfo
Inheritance
InstallerInfo
Assembly: DotNetNuke.dll
Syntax
public class InstallerInfo
Constructors
InstallerInfo()
Declaration
InstallerInfo(PackageInfo, string)
Declaration
public InstallerInfo(PackageInfo package, string sitePath)
Parameters
InstallerInfo(Stream, string)
Declaration
public InstallerInfo(Stream inputStream, string sitePath)
Parameters
InstallerInfo(string, InstallMode)
Declaration
public InstallerInfo(string sitePath, InstallMode mode)
Parameters
InstallerInfo(string, string, string)
Declaration
public InstallerInfo(string tempFolder, string manifest, string sitePath)
Parameters
Properties
AllowableFiles
Declaration
public string AllowableFiles { get; set; }
Property Value
Files
Declaration
public Dictionary<string, InstallFile> Files { get; }
Property Value
HasValidFiles
Declaration
public bool HasValidFiles { get; }
Property Value
IgnoreWhiteList
Declaration
public bool IgnoreWhiteList { get; set; }
Property Value
InstallMode
Declaration
public InstallMode InstallMode { get; }
Property Value
Installed
Declaration
public bool Installed { get; set; }
Property Value
InvalidFileExtensions
Declaration
public string InvalidFileExtensions { get; }
Property Value
IsLegacyMode
Declaration
public bool IsLegacyMode { get; set; }
Property Value
IsValid
Declaration
public bool IsValid { get; }
Property Value
LegacyError
Declaration
public string LegacyError { get; set; }
Property Value
Log
Declaration
public Logger Log { get; }
Property Value
ManifestFile
Declaration
public InstallFile ManifestFile { get; }
Property Value
PackageID
Declaration
public int PackageID { get; set; }
Property Value
PhysicalSitePath
Declaration
public string PhysicalSitePath { get; }
Property Value
PortalID
Declaration
public int PortalID { get; set; }
Property Value
RepairInstall
Declaration
public bool RepairInstall { get; set; }
Property Value
SecurityAccessLevel
Declaration
public SecurityAccessLevel SecurityAccessLevel { get; set; }
Property Value
TempInstallFolder
Declaration
public string TempInstallFolder { get; }
Property Value
Extension Methods