Click or drag to resize
WorkflowStepInfoProviderCheckDependencies Method
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 workflowStepId,
	ref List<string> documentNames
)

Parameters

workflowStepId
Type: SystemInt32
Workflow step ID
documentNames
Type: System.Collections.GenericListString
List of document names which use given workflow step

Return Value

Type: Boolean
See Also