Click or drag to resize

IWorkflowManagerWorkflowDefinitions(String) Method


Retrieves Workflow Definitions by their IDs.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<IWorkflowDefinition> WorkflowDefinitions(
	string[] workflowDefIds
)

Parameters

workflowDefIds  String
IDs of workflow definitions to retrieve

Return Value

IEnumerableIWorkflowDefinition
Collection 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