IWorkflowManagerWorkflowDefinitions Method (String)
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<IWorkflowDefinition> WorkflowDefinitions(
string[] workflowDefIds
)
Function WorkflowDefinitions (
workflowDefIds As String()
) As IEnumerable(Of IWorkflowDefinition)
IEnumerable<IWorkflowDefinition^>^ WorkflowDefinitions(
array<String^>^ workflowDefIds
)
abstract WorkflowDefinitions :
workflowDefIds : string[] -> IEnumerable<IWorkflowDefinition>
Parameters
- workflowDefIds
- Type: SystemString
IDs of workflow definitions to retrieve
Return Value
Type:
IEnumerableIWorkflowDefinitionCollection of workflow definitions with matching IDs.
Remarks
Any non-existing entity IDs are automatically ignored. Therefore, the order
of returned entities doesn't necessarily match the order of their IDs.
See Also