Constructs the ContainerComponentWriter
Namespace: DotNetNuke.Services.Installer.WritersAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public ContainerComponentWriter( string containerName, string basePath, Dictionary<string, InstallFile> files, PackageInfo package ) |
Visual Basic |
---|
Public Sub New ( containerName As String, basePath As String, files As Dictionary(Of String, InstallFile), package As PackageInfo ) |
Parameters
- containerName
- Type: System..::..String
The name of the Container
- basePath
- Type: System..::..String
The Base Path for the files
- files
- Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, InstallFile>)>)>
A Dictionary of files
- package
- Type: DotNetNuke.Services.Installer.Packages..::..PackageInfo
parampackageM:DotNetNuke.Services.Installer.Writers.ContainerComponentWriter.#ctor(System.String,System.String,System.Collections.Generic.Dictionary{System.String,DotNetNuke.Services.Installer.InstallFile},DotNetNuke.Services.Installer.Packages.PackageInfo)