Click or drag to resize
TaskInfoProviderDeleteObjectsTasks Method (String, IListInt32)
Removes scheduled tasks associated to selected objects of given type.

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

Parameters

objectType
Type: SystemString
Object type
ids
Type: System.Collections.GenericIListInt32
List of IDs
See Also