ActivityFunctionsGetFullProcessParameter Method |
Get process parameter.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static WzpProcessParameter GetFullProcessParameter(
ActivityContext context,
string processId,
string parameterName
)
Public Shared Function GetFullProcessParameter (
context As ActivityContext,
processId As String,
parameterName As String
) As WzpProcessParameter
public:
static WzpProcessParameter^ GetFullProcessParameter(
ActivityContext^ context,
String^ processId,
String^ parameterName
)
static member GetFullProcessParameter :
context : ActivityContext *
processId : string *
parameterName : string -> WzpProcessParameter
Parameters
- context ActivityContext
- The activity context.
- processId String
- The process id.
- parameterName String
- The parameter name.
Return Value
WzpProcessParameterThe process parameter.
See Also