Gets a Dictionary of Files that are included in the Package
Namespace: DotNetNuke.Services.Installer.PackagesAssembly: 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 |