Gets a Dictionary of AppCodeFiles that should be included in the Package
Namespace: DotNetNuke.Services.Installer.WritersAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public Dictionary<string, InstallFile> AppCodeFiles { get; } |
Visual Basic |
---|
Public ReadOnly Property AppCodeFiles As Dictionary(Of String, InstallFile) Get |