CommonDatabaseFunctionsGetWorkflowInstanceFileKey Method

Scanjour Workflow4 Reference Manual
Gets the file key from the case that started the process.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static string GetWorkflowInstanceFileKey(
	Uri oDataUri,
	string instanceId
)

Parameters

oDataUri
Type: SystemUri
The OData Service endpoint.
instanceId
Type: SystemString
The instance identity.

Return Value

Type: String
The file key
See Also

Reference