CommonDatabaseFunctionsGetProcessParameters(Uri, Guid) Method
Get all process parameters.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public static ICollection<WzpProcessParameter> GetProcessParameters(
Uri oDataUri,
Guid processGuid
)
Public Shared Function GetProcessParameters (
oDataUri As Uri,
processGuid As Guid
) As ICollection(Of WzpProcessParameter)
public:
static ICollection<WzpProcessParameter^>^ GetProcessParameters(
Uri^ oDataUri,
Guid processGuid
)
static member GetProcessParameters :
oDataUri : Uri *
processGuid : Guid -> ICollection<WzpProcessParameter>
- oDataUri Uri
- The endpoint of the OData Service.
- processGuid Guid
- The process guid.
ICollectionWzpProcessParameterThe process parameter.