Click or drag to resize
WorkflowActionInfoProviderGetWorkflowActionInfo Method (Guid)

Note: This API is now obsolete.

Returns object with specified GUID.

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

Parameters

guid
Type: SystemGuid
Object GUID

Return Value

Type: WorkflowActionInfo
See Also