IWorkflowManagerWorkflowDefinitions Method (String) Ingeniux CMS Content Store API

Retrieves Workflow Definitions by their IDs.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference