Click or drag to resize
ImportProviderProcessTasks Method
Imports the objects.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static UpdateResultEnum ProcessTasks(
	SiteImportSettings settings,
	DataSet ds,
	string objectType,
	bool siteObjects,
	TranslationHelper th,
	List<ImportedObject> importedObjects
)

Parameters

settings
Type: CMS.CMSImportExportSiteImportSettings
Import settings
ds
Type: System.DataDataSet
Source DataSet
objectType
Type: SystemString
Object type
siteObjects
Type: SystemBoolean
Site objects
th
Type: CMS.DataEngineTranslationHelper
Translation helper
importedObjects
Type: System.Collections.GenericListImportedObject
Imported objects

Return Value

Type: UpdateResultEnum
See Also