UPdadte the wzp_instance_bookmark table with enabled bookmarks.
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 void SetEnabledBookmarks( Uri oDataUri, Guid instanceId, List<string> bookmarks )
Parameters
- oDataUri
- Type: SystemUri
The OData Uri. - instanceId
- Type: SystemGuid
The instance id. - bookmarks
- Type: System.Collections.GenericListString
The list of enabled bookmarks.
See Also