DotNetNuke 5.2
The InstallerInfo class holds all the information associated with a Installation.

Namespace:  DotNetNuke.Services.Installer
Assembly:  DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275

Syntax

C#
[SerializableAttribute]
public class InstallerInfo
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class InstallerInfo
Visual C++
[SerializableAttribute]
public ref class InstallerInfo

Remarks

Inheritance Hierarchy

System..::.Object
  DotNetNuke.Services.Installer..::.InstallerInfo

See Also