ImportProviderProcessTasks Method |
Imports the objects.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax 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:
UpdateResultEnumSee Also