UserTaskRepositoryGetActionBookmarkName Method |
Constructs the bookmark name for an action on a user task.
Namespace: Scanjour.Workflow4.Web.Services.RepositoriesAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static string GetActionBookmarkName(
string taskId,
string action
)
Public Shared Function GetActionBookmarkName (
taskId As String,
action As String
) As String
public:
static String^ GetActionBookmarkName(
String^ taskId,
String^ action
)
static member GetActionBookmarkName :
taskId : string *
action : string -> string
Parameters
- taskId String
- The user task id.
- action String
- The action name.
Return Value
StringThe bookmark name.
See Also