ValidationHelperGdprAllowsSendingRecords Method

Checks if GDPR classifications allow documents to be sent with SmartPost.

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static ValidationResult GdprAllowsSendingRecords(
	ActivityContext context,
	string processId,
	IEnumerable<string> allRecords
)

Parameters

context  ActivityContext
ActivityContext
processId  String
Process identifier
allRecords  IEnumerableString
Documents to be validated

Return Value

ValidationResult
A ValidationResult determining whether documents can be sent with SmartPost

See Also