ActivityFunctionsGetCurrentWorkflowTitle Method

Scanjour Workflow4 Reference Manual
Get the title of the current workflow in the context

Namespace:  Scanjour.Workflow4.ActivityLibrary
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static string GetCurrentWorkflowTitle(
	ActivityContext context
)

Parameters

context
Type: System.ActivitiesActivityContext
The activity context.

Return Value

Type: String
The title of the workflow.
See Also

Reference