This Constructor creates a new InstallFile instance

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

Syntax

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

Parameters

fileName
Type: System..::..String
The fileName of the File

See Also