Gets the collection of Install Scripts

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

Syntax

C#
protected SortedList<Version, InstallFile> InstallScripts { get; }
Visual Basic
Protected ReadOnly Property InstallScripts As SortedList(Of Version, InstallFile)
	Get

Field Value

A List(Of InstallFile)

See Also