ValidationHelperUserCanUpdateCase Method

Scanjour Workflow4 Reference Manual
Validates if user can update current case, the condition on the case being: * It exists * It is open * User has both read and write access to it.

Namespace:  Scanjour.Workflow4.ActivityLibrary
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

public static bool UserCanUpdateCase(
	ActivityContext context,
	out string error
)

Parameters

context
Type: System.ActivitiesActivityContext
Activity context
error
Type: SystemString
Error message

Return Value

Type: Boolean
True if user can edit the case, otherwise false
See Also

Reference