AbstractImportExportSettingsGetSelectedTasks Method |
Gets selected tasks of specified type.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 12.0.0
Syntax public List<int> GetSelectedTasks(
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:
ListInt32See Also