Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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.
Any non-existing entity IDs are automatically ignored. Therefore, the order
of returned entities doesn't necessarily match the order of their IDs.
Reference