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