CommonWorkflowFunctionsGetFormGuid Method

Gets the form guid.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static string GetFormGuid(
	Uri oDataUri,
	string formId
)

Parameters

oDataUri  Uri
The databe uri.
formId  String
The form unique identifier.

Return Value

String

[Missing <returns> documentation for "M:Scanjour.Workflow4.Base.CommonWorkflowFunctions.GetFormGuid(System.Uri,System.String)"]

Exceptions

InvalidOperationExceptionUnable to find a workflow for specified process definition.

See Also