DispatcherFunctionsGetWorkflowInstanceFileKey Method

Scanjour Workflow4 Reference Manual
Gets the file key from the case that started the process, from Activity 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 GetWorkflowInstanceFileKey(
	ActivityContext context
)

Parameters

context
Type: System.ActivitiesActivityContext
Activity context.

Return Value

Type: String
The file key.
See Also

Reference