IActionRepositoryGetActionMask Method

Scanjour Workflow4 Reference Manual
Gets bit mask for given actionName.

Namespace:  Scanjour.Workflow4.ActivityLibrary.Repository
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

int GetActionMask(
	string actionName
)

Parameters

actionName
Type: SystemString
Action key

Return Value

Type: Int32
Bit mask of action corresponding to actionName
See Also

Reference