Click or drag to resize
WorkflowActionInfoProviderGetWorkflowActionInfoInternal Method (Guid)
Returns object with specified GUID.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual WorkflowActionInfo GetWorkflowActionInfoInternal(
	Guid guid
)

Parameters

guid
Type: SystemGuid
Object GUID

Return Value

Type: WorkflowActionInfo
See Also