Click or drag to resize
AutomationStateInfoProviderDeleteAutomationStatesInternal Method
Deletes automation states associated with specified object. Also removes scheduled tasks associated to these automation states.

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

Parameters

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