OpenCaseScopeUnLockCase Method

Unlocks the case.

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 static bool UnLockCase(
	Uri uri,
	string caseId,
	Guid instanceId,
	Action<string> logger = null,
	string forceUpdateCode = null
)

Parameters

uri  Uri
The URI.
caseId  String
The case identifier.
instanceId  Guid
The instance identifier.
logger  ActionString  (Optional)
The logger.
forceUpdateCode  String  (Optional)
The force update code.

Return Value

Boolean

[Missing <returns> documentation for "M:Scanjour.Workflow4.ActivityLibrary.OpenCaseScope.UnLockCase(System.Uri,System.String,System.Guid,System.Action{System.String},System.String)"]

See Also