Gets a Dictionary of Files that are included in the Package

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

Syntax

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

Field Value

A Dictionary(Of String, InstallFile)

See Also