Click or drag to resize

ActionControllerReactToActionIfNeeded Method

Runs action for all contacts if actionName is in selectedActionsMask

Namespace: Scanjour.Workflow4.ActivityLibrary.Controller
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public void ReactToActionIfNeeded(
	IEnumerable<Contact> contacts,
	int selectedActionsMask,
	string actionName,
	Action<Contact> action
)

Parameters

contacts  IEnumerableContact
Contacts to perform action on
selectedActionsMask  Int32
Bit mask of selected actions
actionName  String
Name of action being reacted
action  ActionContact
Action to be taken
See Also