Click or drag to resize
TaskInfoProviderDeleteObjectsTasks Method (String)

Note: This API is now obsolete.

Removes scheduled tasks. Other than objects' tasks might require individual handling.

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use DeleteObjectsTasks(IWhereCondition) instead")]
public static void DeleteObjectsTasks(
	string where
)

Parameters

where
Type: SystemString
Where condition
See Also