The UnInstallFile method unInstalls a single file.
Namespace: DotNetNuke.Services.Installer.InstallersAssembly: 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.