Click or drag to resize
AutomationStateInfoProviderGetAutomationStateInfoInternal Method (Guid)
Returns state with specified GUID.

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

Parameters

stateGuid
Type: SystemGuid
State GUID.

Return Value

Type: AutomationStateInfo
See Also