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