This Constructor creates a new InstallerInfo instance from a PackageInfo object

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

Syntax

C#
public InstallerInfo(
	PackageInfo package,
	string sitePath
)
Visual Basic
Public Sub New ( 
	package As PackageInfo,
	sitePath As String
)

Parameters

package
Type: DotNetNuke.Services.Installer.Packages..::..PackageInfo
The PackageInfo instance
sitePath
Type: System..::..String
The physical path to the root of the site

See Also