This Constructor creates a new InstallFile instance

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

Syntax

C#
public InstallFile(
	string fileName,
	InstallerInfo info
)
Visual Basic
Public Sub New ( 
	fileName As String,
	info As InstallerInfo
)

Parameters

fileName
Type: System..::..String
The fileName of the File
info
Type: DotNetNuke.Services.Installer..::..InstallerInfo
An INstallerInfo instance

See Also