CommonDatabaseFunctionsGetProcessParameters(Uri, Guid) Method |
Get all process parameters.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic 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>
Parameters
- oDataUri Uri
- The endpoint of the OData Service.
- processGuid Guid
- The process guid.
Return Value
ICollectionWzpProcessParameterThe process parameter.
See Also