Click or drag to resize
ObjectWorkflowTriggerInfoProvider.DeleteObjectsTriggers Method
Removes triggers associated to selected objects of given type.

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

Parameters

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