Click or drag to resize
ExportProviderExportAssembly Method
Exports assembly file.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static void ExportAssembly(
	string webSitePath,
	string targetPath,
	string sourcePath,
	string assemblyName
)

Parameters

webSitePath
Type: SystemString
Physical path to the web site root (ends with \).
targetPath
Type: SystemString
Destination path
sourcePath
Type: SystemString
Source path
assemblyName
Type: SystemString
Name of assembly to export
See Also