Check if a bookmark exists for a workflow instance.
Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 23.3.0.0 (23.3.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: StringThe bookmark name or empty string if not found.
See Also