The UnInstallFile method unInstalls a single file.

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

Syntax

C#
protected override void UnInstallFile(
	InstallFile unInstallFile
)
Visual Basic
Protected Overrides Sub UnInstallFile ( 
	unInstallFile As InstallFile
)

Parameters

unInstallFile
Type: DotNetNuke.Services.Installer..::..InstallFile
The InstallFile to unInstall.

See Also