CommonDatabaseFunctionsGetProcessParameters Method (Uri, Guid)

Scanjour Workflow4 Reference Manual
Get all process parameters.

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

Parameters

oDataUri
Type: SystemUri
The endpoint of the OData Service.
processGuid
Type: SystemGuid
The process guid.

Return Value

Type: ICollectionWzpProcessParameter
The process parameter.
See Also

Reference