ImportProviderAddSourceFiles Method |
Adds object source files for processing (including code behind files, designer files)
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 12.0.0
Syntax public static void AddSourceFiles(
string objectType,
SiteImportSettings settings,
string sourceObjectPath,
string targetObjectPath
)
Parameters
- objectType
- Type: SystemString
Object type - settings
- Type: CMS.CMSImportExportSiteImportSettings
Site import settings - sourceObjectPath
- Type: SystemString
Source object file path - targetObjectPath
- Type: SystemString
Target object file path
See Also