ValidationHelperUserCanUpdateCase Method
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.ActivityLibraryAssembly: 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)
public static bool UserCanUpdateCase(
ActivityContext context,
out string error
)
Public Shared Function UserCanUpdateCase (
context As ActivityContext,
<OutAttribute> ByRef error As String
) As Boolean
public:
static bool UserCanUpdateCase(
ActivityContext^ context,
[OutAttribute] String^% error
)
static member UserCanUpdateCase :
context : ActivityContext *
error : string byref -> bool
- context ActivityContext
- Activity context
- error String
- Error message
BooleanTrue if user can edit the case, otherwise false