ExportProviderExportAssembly Method |
Exports assembly file.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 12.0.0
Syntax 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