ImportProviderAddComponentFiles Method |
Adds object component files for processing
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax 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