Constructs the SkinComponentWriter
Namespace: DotNetNuke.Services.Installer.WritersAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public SkinComponentWriter( string skinName, string basePath, Dictionary<string, InstallFile> files, PackageInfo package ) |
Visual Basic |
---|
Public Sub New ( skinName As String, basePath As String, files As Dictionary(Of String, InstallFile), package As PackageInfo ) |
Parameters
- skinName
- Type: System..::..String
The name of the Skin
- 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.