Click or drag to resize
AbstractImportExportSettingsSelectTask Method
Selects the given task.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public void SelectTask(
	string type,
	int taskId,
	bool siteObjects
)

Parameters

type
Type: SystemString
Type of the tasks
taskId
Type: SystemInt32
Task ID
siteObjects
Type: SystemBoolean
Indicates if the tasks are site dependent
See Also