Click or drag to resize
WorkflowHelperGetResolverName Method
Gets macro resolver name for given workflow

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

Parameters

workflow
Type: CMS.WorkflowEngineWorkflowInfo
Workflow

Return Value

Type: String
See Also