Validates whether the total length of documents exceeds the limit
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 IsCombinedMessageLengthExceeded( ActivityContext context, List<string> recordIds, string proccessId )
Parameters
- context
- Type: System.ActivitiesActivityContext
ActivityContext - recordIds
- Type: System.Collections.GenericListString
List of record ids - proccessId
- Type: SystemString
ProcessId
Return Value
Type: ValidationResultValidatonResult, indicating whether the max combined length has exceeded
See Also