This Constructor creates a new InstallFile instance

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

Syntax

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

Parameters

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

See Also