FindAndUpdateMunicipalityUpdateAllCases Property

Gets or sets the boolean that controls if it just the current case or all cases that are to be updated.

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public InArgument<bool> UpdateAllCases { get; set; }

Property Value

InArgumentBoolean
true if all cases should be updated

See Also