Click or drag to resize
AutomationStateInfoProviderSetAutomationStateInfo Method
Sets (updates or inserts) specified state.

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

Parameters

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