IWorkflowManagerWorkflowsCount(String) Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxint 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 String (Optional)
- If provided, returns the count of workflows based on their defintion; otherwise, returns count of all workflows
Return Value
Int32Count of workflows.
See Also