IWorkflowManagerWorkflowsCount Method (String)
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax int WorkflowsCount(
string workflowDefId = null
)
Function WorkflowsCount (
Optional workflowDefId As String = Nothing
) As Integer
int WorkflowsCount(
String^ workflowDefId = nullptr
)
abstract WorkflowsCount :
?workflowDefId : string
(* Defaults:
let _workflowDefId = defaultArg workflowDefId null
*)
-> int
Parameters
- workflowDefId (Optional)
- Type: SystemString
If provided, returns the count of workflows based on their defintion; otherwise, returns count of all workflows
Return Value
Type:
Int32Count of workflows.
See Also