Click or drag to resize
WorkflowInfoProvider.CheckDependencies Method (Int32, List<String>)
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,
	ref List<string> documentNames
)

Parameters

workflowId
Type: System.Int32
Workflow ID
documentNames
Type: System.Collections.Generic.List<String>
List of document names which use given workflow

Return Value

Type: Boolean
See Also