Class PackageInfo
Assembly: DotNetNuke.dll
Syntax
public class PackageInfo : BaseEntityInfo
Constructors
PackageInfo()
Declaration
PackageInfo(InstallerInfo)
Declaration
public PackageInfo(InstallerInfo info)
Parameters
Properties
Dependencies
Declaration
public IList<PackageDependencyInfo> Dependencies { get; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
Email
Declaration
public string Email { get; set; }
Property Value
FileName
Declaration
public string FileName { get; set; }
Property Value
Files
Declaration
public Dictionary<string, InstallFile> Files { get; }
Property Value
FolderName
Declaration
public string FolderName { get; set; }
Property Value
FriendlyName
Declaration
public string FriendlyName { get; set; }
Property Value
IconFile
Declaration
public string IconFile { get; set; }
Property Value
InstallMode
Declaration
public InstallMode InstallMode { get; }
Property Value
InstalledVersion
Declaration
public Version InstalledVersion { get; set; }
Property Value
InstallerInfo
Declaration
public InstallerInfo InstallerInfo { get; }
Property Value
IsSystemPackage
Declaration
public bool IsSystemPackage { get; set; }
Property Value
IsValid
Declaration
public bool IsValid { get; }
Property Value
License
Declaration
public string License { get; set; }
Property Value
Log
Declaration
public Logger Log { get; }
Property Value
Manifest
Declaration
public string Manifest { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Organization
Declaration
public string Organization { get; set; }
Property Value
Owner
Declaration
public string Owner { get; set; }
Property Value
PackageID
Declaration
public int PackageID { get; set; }
Property Value
PackageType
Declaration
public string PackageType { get; set; }
Property Value
PortalID
Declaration
public int PortalID { get; set; }
Property Value
ReleaseNotes
Declaration
public string ReleaseNotes { get; set; }
Property Value
Url
Declaration
public string Url { get; set; }
Property Value
Version
Declaration
public Version Version { get; set; }
Property Value
Methods
AttachInstallerInfo(InstallerInfo)
Declaration
public void AttachInstallerInfo(InstallerInfo installer)
Parameters
Clone()
Declaration
public PackageInfo Clone()
Returns
Extension Methods