This Constructor creates a new InstallerInfo instance from a Stream and 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(
	Stream inputStream,
	string sitePath
)
Visual Basic
Public Sub New ( 
	inputStream As Stream,
	sitePath As String
)

Parameters

inputStream
Type: System.IO..::..Stream
The Stream to use to create this InstallerInfo instance
sitePath
Type: System..::..String
The physical path to the root of the site

See Also