Click or drag to resize
WorkflowInfoProviderCheckDependencies Method (Int32)
Check dependencies, return true if is depend.

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

Parameters

workflowId
Type: SystemInt32
Workflow ID

Return Value

Type: Boolean
See Also