Click or drag to resize
AutomationStateInfoProviderGetAutomationStateInfo Method (Guid)

Note: This API is now obsolete.

Returns state with specified GUID.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IAutomationStateInfoProvider.Get(System.Guid) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - AutomationStateInfo.Provider.")]
public static AutomationStateInfo GetAutomationStateInfo(
	Guid stateGuid
)

Parameters

stateGuid
Type: SystemGuid
State GUID.

Return Value

Type: AutomationStateInfo
See Also