Constructs the ContainerComponentWriter

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

Syntax

C#
public CleanupComponentWriter(
	string basePath,
	SortedList<string, InstallFile> files
)
Visual Basic
Public Sub New ( 
	basePath As String,
	files As SortedList(Of String, InstallFile)
)

Parameters

basePath
Type: System..::..String
Base Path.
files
Type: System.Collections.Generic..::..SortedList<(Of <(<'String, InstallFile>)>)>
A Dictionary of files

See Also