WorkflowActionInfoProviderCheckDependencies Method |
Checks the object dependencies. Returns true if there are depending objects.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 11.0.0
Syntax 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:
BooleanSee Also