ValidationHelperIsCombinedMessageLengthExceeded Method

Scanjour Workflow4 Reference Manual
Validates whether the total length of documents exceeds the limit

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 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: ValidationResult
ValidatonResult, indicating whether the max combined length has exceeded
See Also

Reference