Click or drag to resize
WorkflowHelper.GetResolverName Method
Gets macro resolver name for given workflow

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 12.0.0
Syntax
C#
public static string GetResolverName(
	WorkflowInfo workflow
)

Parameters

workflow
Type: CMS.WorkflowEngine.WorkflowInfo
Workflow

Return Value

Type: String
See Also