Click or drag to resize
ImportProvider.AddSourceFiles Method
Adds object source files for processing (including code behind files, designer files)

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax
C#
public 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