| ImportProviderImportAssembly Method  | 
            Imports assembly file.
            
 
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntaxpublic static void ImportAssembly(
	SiteImportSettings settings,
	string objectType,
	bool siteObject,
	string sourcePath,
	string targetPath,
	string objectName,
	string assemblyName
)
Parameters
- settings
 - Type: CMS.CMSImportExportSiteImportSettings
Import settings object - objectType
 - Type: SystemString
Object type the assembly belongs to - siteObject
 - Type: SystemBoolean
Indicates if object is site object - sourcePath
 - Type: SystemString
Source path - targetPath
 - Type: SystemString
Destination path - objectName
 - Type: SystemString
Code name of an object the assembly belongs to - assemblyName
 - Type: SystemString
Name of the assembly 
See Also