Click or drag to resize
ImportProviderAddComponentFiles Method
Adds object component files for processing

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static void AddComponentFiles(
	string objectType,
	SiteImportSettings settings,
	bool siteObject,
	DataSet data,
	string componentFolder
)

Parameters

objectType
Type: SystemString
Object type
settings
Type: CMS.CMSImportExportSiteImportSettings
Site import settings
siteObject
Type: SystemBoolean
Indicates if site object is being processed
data
Type: System.DataDataSet
Object data
componentFolder
Type: SystemString
Name of the component folder
See Also