CommonDatabaseFunctionsGetProcessParameters(Uri, String) 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,
string processId
)
Public Shared Function GetProcessParameters (
oDataUri As Uri,
processId As String
) As ICollection(Of WzpProcessParameter)
public:
static ICollection<WzpProcessParameter^>^ GetProcessParameters(
Uri^ oDataUri,
String^ processId
)
static member GetProcessParameters :
oDataUri : Uri *
processId : string -> ICollection<WzpProcessParameter>
- oDataUri Uri
- The endpoint of the OData Service.
- processId String
- The process id.
ICollectionWzpProcessParameterThe process parameter.