Click or drag to resize
WorkflowInfoProvider.GetWorkflowInfo Method (String, WorkflowTypeEnum)
Returns the WorkflowInfo structure of specified type for the specified workflow name.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 12.0.0
Syntax
C#
public static WorkflowInfo GetWorkflowInfo(
	string workflowName,
	WorkflowTypeEnum type
)

Parameters

workflowName
Type: System.String
Workflow name to use for retrieving the data
type
Type: CMS.WorkflowEngine.WorkflowTypeEnum
Workflow type

Return Value

Type: WorkflowInfo
See Also