Method ForEach
ForEach<TItem>(Expression<Func<TData, IEnumerable<TItem>>>, Action<IWorkflowBuilder<TData>>)
Runs body once per item of a collection selected from the document.
IWorkflowBuilder<TData> ForEach<TItem>(Expression<Func<TData, IEnumerable<TItem>>> collection, Action<IWorkflowBuilder<TData>> body)
Parameters
collectionExpression<Func<TData, IEnumerable<TItem>>>bodyAction<IWorkflowBuilder<TData>>
Returns
- IWorkflowBuilder<TData>
Type Parameters
TItem