This Constructor creates a new InstallFile instance

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

Syntax

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

Parameters

fileName
Type: System..::..String
The file name of the File
filePath
Type: System..::..String
The file path of the file

See Also