WorkflowStepInfoProviderCheckDependencies Method |
Check dependencies, return true if is depend.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 11.0.0
Syntax public static bool CheckDependencies(
int workflowStepId,
ref List<string> documentNames
)
Parameters
- workflowStepId
- Type: SystemInt32
Workflow step ID - documentNames
- Type: System.Collections.GenericListString
List of document names which use given workflow step
Return Value
Type:
BooleanSee Also