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