Runs action for all contacts
if actionName is in selectedActionsMask
Namespace: Scanjour.Workflow4.ActivityLibrary.Controller
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public void ReactToActionIfNeeded( IEnumerable<Contact> contacts, int selectedActionsMask, string actionName, Action<Contact> action )
Parameters
- contacts
- Type: System.Collections.GenericIEnumerableContact
Contacts to perform action on - selectedActionsMask
- Type: SystemInt32
Bit mask of selected actions - actionName
- Type: SystemString
Name of action being reacted - action
- Type: SystemActionContact
Action to be taken
See Also