Initiates an operation to resume the specified bookmark, using the specified value. The bookmark to be resumed is previously created by an activity within the 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 BookmarkResumptionResult ResumeBookmarkOnBehalfOf( Uri oDataUri, string onBehalfOfUser, Guid instanceId, string bookmarkName, Object value )
Parameters
- oDataUri
- Type: SystemUri
The Odata Uri. - onBehalfOfUser
- Type: SystemString
The user raising the bookmark. - instanceId
- Type: SystemGuid
Workflow instance. - bookmarkName
- Type: SystemString
The bookmark to resume. - value
- Type: SystemObject
An object passed as a parameter to the method that is invoked when the bookmark resumes.
Return Value
Type: BookmarkResumptionResultThe result of the bookmark resumption operation.
See Also