Click or drag to resize
WorkflowInfoProviderGetWorkflowInfo Method (Int32)
Returns the WorkflowInfo structure for the specified workflow ID.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public static WorkflowInfo GetWorkflowInfo(
	int workflowId
)

Parameters

workflowId
Type: SystemInt32
ID of the workflow to retrieve

Return Value

Type: WorkflowInfo
See Also