This Constructor creates a new InstallerInfo instance from a string representing the physical path to the root of the site

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

Syntax

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

Parameters

sitePath
Type: System..::..String
The physical path to the root of the site
mode
Type: DotNetNuke.Services.Installer..::..InstallMode
Install Mode.

See Also