WorkflowActionInfoProvider CheckDependencies Method Kentico 8.0 API Reference
Checks the object dependencies. Returns true if there are depending objects.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

workflowActionId
Type: OnlineSystem Int32
Workflow action ID
stepNames
Type: OnlineSystem.Collections.Generic List OnlineString  
List of step names which use given workflow step

Return Value

Type: OnlineBoolean
See Also