Check for valid process parameters.
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public static bool IsValidSmartPostParameter( ActivityContext context, string processId, out string error )
Parameters
- context
- Type: System.ActivitiesActivityContext
The activity context. - processId
- Type: SystemString
The process id. - error
- Type: SystemString
Error text is any errors are detected.
Return Value
Type: BooleanTrue if no errors are found.
See Also