Gets and sets whether the Packages files are deleted when uninstalling the package

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

Syntax

C#
public bool DeleteFiles { get; set; }
Visual Basic
Public Property DeleteFiles As Boolean
	Get
	Set

Field Value

A Boolean value

See Also