Click or drag to resize

UserTaskRepositoryGetActionBookmarkName Method

Constructs the bookmark name for an action on a user task.

Namespace: Scanjour.Workflow4.Web.Services.Repositories
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static string GetActionBookmarkName(
	string taskId,
	string action
)

Parameters

taskId  String
The user task id.
action  String
The action name.

Return Value

String
The bookmark name.
See Also