CommonDatabaseFunctionsGetWorkflowInstanceFileKey Method |
Gets the file key from the case that started the process.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static string GetWorkflowInstanceFileKey(
Uri oDataUri,
string instanceId
)
Public Shared Function GetWorkflowInstanceFileKey (
oDataUri As Uri,
instanceId As String
) As String
public:
static String^ GetWorkflowInstanceFileKey(
Uri^ oDataUri,
String^ instanceId
)
static member GetWorkflowInstanceFileKey :
oDataUri : Uri *
instanceId : string -> string
Parameters
- oDataUri Uri
- The OData Service endpoint.
- instanceId String
- The instance identity.
Return Value
StringThe file key
See Also