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

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

Parameters

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