The UnInstallFile method unInstalls a single file.

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

Syntax

C#
protected virtual void UnInstallFile(
	InstallFile unInstallFile
)
Visual Basic
Protected Overridable Sub UnInstallFile ( 
	unInstallFile As InstallFile
)

Parameters

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

See Also