ValidationHelperGdprAllowsSendingRecords Method

Scanjour Workflow4 Reference Manual
Checks if GDPR classifications allow documents to be sent with SmartPost.

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 ValidationResult GdprAllowsSendingRecords(
	ActivityContext context,
	string processId,
	IEnumerable<string> allRecords
)

Parameters

context
Type: System.ActivitiesActivityContext
ActivityContext
processId
Type: SystemString
Process identifier
allRecords
Type: System.Collections.GenericIEnumerableString
Documents to be validated

Return Value

Type: ValidationResult
A ValidationResult determining whether documents can be sent with SmartPost
See Also

Reference