DatabaseFunctionsLookupBookmark Method

Scanjour Workflow4 Reference Manual
Check if a bookmark exists for a workflow instance.

Namespace:  Scanjour.Workflow4.Host
Assembly:  Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static string LookupBookmark(
	Uri oDataUri,
	Guid instanceId,
	string bookmarkName
)

Parameters

oDataUri
Type: SystemUri
The Odata Uri.
instanceId
Type: SystemGuid
The workflow instance id.
bookmarkName
Type: SystemString
The bookmark name.

Return Value

Type: String
The bookmark name or empty string if not found.
See Also

Reference