AbstractImportExportSettingsDeselectTask Method |
Selects the given task.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 12.0.0
Syntax public void DeselectTask(
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