Click or drag to resize
AbstractImportExportSettingsIsTaskSelected Method
Check if the task with specified code name is selected.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
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: Boolean
See Also