Click or drag to resize
AutomationStateInfoProviderDeleteAutomationStateInfo Method (AutomationStateInfo)
Deletes specified state.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
public static void DeleteAutomationStateInfo(
	AutomationStateInfo stateObj
)

Parameters

stateObj
Type: CMS.AutomationAutomationStateInfo
state to be deleted.
See Also