Checks if GDPR classifications allow documents to be sent with SmartPost.
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 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: ValidationResultA ValidationResult determining whether documents can be sent with SmartPost
See Also