Click or drag to resize
WorkflowTransitionInfoProviderGetWorkflowTransitions Method (Int32)

Note: This API is now obsolete.

Returns the Dataset of workflow transitions.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use method GetWorkflowTransitions() instead.")]
public static InfoDataSet<WorkflowTransitionInfo> GetWorkflowTransitions(
	int workflowId
)

Parameters

workflowId
Type: SystemInt32
Workflow ID

Return Value

Type: InfoDataSetWorkflowTransitionInfo
See Also