Gets a Dictionary of Files that are included in the Package

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

Syntax

C#
public Dictionary<string, InstallFile> Files { get; private set; }
Visual Basic
Public Property Files As Dictionary(Of String, InstallFile)
	Get
	Private Set

Field Value

A Dictionary(Of String, InstallFile)

See Also