Click or drag to resize

IWorkflowManagerWorkflowDefinitions Method (String)


Retrieves Workflow Definitions by their IDs.

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

Parameters

workflowDefIds
Type: SystemString
IDs of workflow definitions to retrieve

Return Value

Type: 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