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

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
protected virtual AutomationStateInfo GetAutomationStateInfoInternal(
	int stateId
)

Parameters

stateId
Type: SystemInt32
state ID.

Return Value

Type: AutomationStateInfo
See Also