Click or drag to resize
AbstractImportExportSettingsGetSelectedTasksArray Method
Gets selected tasks of specified type.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public int[] GetSelectedTasksArray(
	string type,
	bool siteTasks
)

Parameters

type
Type: SystemString
Type of the tasks
siteTasks
Type: SystemBoolean
Indicates if the tasks are site dependent

Return Value

Type: Int32
See Also