Click or drag to resize
ImportProvider.ProcessTasks 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.CMSImportExport.SiteImportSettings
Import settings
ds
Type: System.Data.DataSet
Source DataSet
objectType
Type: System.String
Object type
siteObjects
Type: System.Boolean
Site objects
th
Type: CMS.DataEngine.TranslationHelper
Translation helper
importedObjects
Type: System.Collections.Generic.List<ImportedObject>
Imported objects

Return Value

Type: UpdateResultEnum
See Also