Click or drag to resize
AutomationStateInfoProviderDeleteAutomationStateInfoInternal Method
Deletes specified state.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteAutomationStateInfoInternal(
	AutomationStateInfo stateObj
)

Parameters

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