Constructs the FileComponentWriter
Namespace: DotNetNuke.Services.Installer.WritersAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public FileComponentWriter( string basePath, Dictionary<string, InstallFile> files, PackageInfo package ) |
| Visual Basic |
|---|
Public Sub New ( basePath As String, files As Dictionary(Of String, InstallFile), package As PackageInfo ) |
Parameters
- 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
Package Info.