Gets the Upgrade Script (if present)

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

Syntax

C#
protected InstallFile UpgradeScript { get; }
Visual Basic
Protected ReadOnly Property UpgradeScript As InstallFile
	Get

Field Value

An InstallFile

See Also