Gets a Dictionary of Files that are included in this component

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

Syntax

C#
protected List<InstallFile> Files { get; }
Visual Basic
Protected ReadOnly Property Files As List(Of InstallFile)
	Get

Field Value

A Dictionary(Of String, InstallFile)

See Also