CommonDatabaseFunctionsGetProcessParameters(Uri, String) Method

Get all process parameters.

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 ICollection<WzpProcessParameter> GetProcessParameters(
	Uri oDataUri,
	string processId
)

Parameters

oDataUri  Uri
The endpoint of the OData Service.
processId  String
The process id.

Return Value

ICollectionWzpProcessParameter
The process parameter.

See Also