Click or drag to resize
WorkflowActionInfoProviderCheckDependencies Method
Checks the object dependencies. Returns true if there are depending objects.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public static bool CheckDependencies(
	int workflowActionId,
	ref List<string> stepNames
)

Parameters

workflowActionId
Type: SystemInt32
Workflow action ID
stepNames
Type: System.Collections.GenericListString
List of step names which use given workflow step

Return Value

Type: Boolean
See Also