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

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

Parameters

where
Type: SystemString
Where condition
See Also