ValidationHelperIsValidSmartPostParameter Method

Scanjour Workflow4 Reference Manual
Check for valid process parameters.

Namespace:  Scanjour.Workflow4.ActivityLibrary
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.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: Boolean
True if no errors are found.
See Also

Reference