Click or drag to resize
AbstractImportExportSettingsSetSelectedTasks Method
Sets selected objects of specified object type.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public void SetSelectedTasks(
	List<int> list,
	string type,
	bool siteObjects
)

Parameters

list
Type: System.Collections.GenericListInt32
List of selected tasks code names
type
Type: SystemString
Type of the tasks
siteObjects
Type: SystemBoolean
Indicates if the tasks are site dependent
See Also