Gets a Dictionary of Files that are included in the Package

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

Syntax

C#
public Dictionary<string, InstallFile> PackageFiles { get; }
Visual Basic
Public ReadOnly Property PackageFiles As Dictionary(Of String, InstallFile)
	Get

Field Value

A Dictionary(Of String, InstallFile)

See Also