IWorkflowManagerWorkflowsCount Method (IWorkflowDefinition)
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax int WorkflowsCount(
IWorkflowDefinition workflowDef = null
)
Function WorkflowsCount (
Optional workflowDef As IWorkflowDefinition = Nothing
) As Integer
int WorkflowsCount(
IWorkflowDefinition^ workflowDef = nullptr
)
abstract WorkflowsCount :
?workflowDef : IWorkflowDefinition
(* Defaults:
let _workflowDef = defaultArg workflowDef null
*)
-> int
Parameters
- workflowDef (Optional)
- Type: Ingeniux.CMSIWorkflowDefinition
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