Gets a Dictionary of AppCodeFiles that should be included in the Package

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

Syntax

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

Field Value

A Dictionary(Of String, InstallFile)

See Also