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

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

Parameters

stateGuid
Type: System.Guid
State GUID.

Return Value

Type: AutomationStateInfo
See Also