Click or drag to resize
TaskInfoProviderDeleteObjectsTasks Method (IWhereCondition)
Removes scheduled tasks. Other than objects' tasks might require individual handling.

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 12.0.0
Syntax
C#
public static void DeleteObjectsTasks(
	IWhereCondition where
)

Parameters

where
Type: CMS.DataEngineIWhereCondition
Where condition
See Also