Click or drag to resize
AutomationStateInfoProviderGetAutomationStateInfo Method (Int32)
Returns state with specified ID.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
public static AutomationStateInfo GetAutomationStateInfo(
	int stateId
)

Parameters

stateId
Type: SystemInt32
State ID.

Return Value

Type: AutomationStateInfo
See Also