The UnInstall method uninstalls the feature

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

Syntax

C#
public bool UnInstall(
	bool deleteFiles
)
Visual Basic
Public Function UnInstall ( 
	deleteFiles As Boolean
) As Boolean

Parameters

deleteFiles
Type: System..::..Boolean
A flag that indicates whether the files should be deleted

Return Value

returnsM:DotNetNuke.Services.Installer.Installer.UnInstall(System.Boolean)

See Also