ImportProvider.AddSourceFiles Method |
Adds object source files for processing (including code behind files, designer files)
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntaxpublic static void AddSourceFiles(
string objectType,
SiteImportSettings settings,
string sourceObjectPath,
string targetObjectPath
)
Parameters
- objectType
- Type: System.String
Object type - settings
- Type: CMS.CMSImportExport.SiteImportSettings
Site import settings - sourceObjectPath
- Type: System.String
Source object file path - targetObjectPath
- Type: System.String
Target object file path
See Also