Click or drag to resize
TaskInfoProvider.DeleteObjectsTasks Method (String, IList<Int32>)
Removes scheduled tasks associated to selected objects of given type.

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 12.0.0
Syntax
C#
public static void DeleteObjectsTasks(
	string objectType,
	IList<int> ids
)

Parameters

objectType
Type: System.String
Object type
ids
Type: System.Collections.Generic.IList<Int32>
List of IDs
See Also