Gets the Temporary Install Folder used to unzip the archive (and to place the backups of existing files) during InstallMode

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

Syntax

C#
public string TempInstallFolder { get; private set; }
Visual Basic
Public Property TempInstallFolder As String
	Get
	Private Set

Field Value

A String

See Also