AbstractImportExportSettingsIsTaskSelected Method |
Check if the task with specified code name is selected.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 12.0.0
Syntax public bool IsTaskSelected(
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
Return Value
Type:
BooleanSee Also