ValidationHelperIsCombinedMessageLengthExceeded Method

Validates whether the total length of documents exceeds the limit

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 IsCombinedMessageLengthExceeded(
	ActivityContext context,
	List<string> recordIds,
	string proccessId
)

Parameters

context  ActivityContext
ActivityContext
recordIds  ListString
List of record ids
proccessId  String
ProcessId

Return Value

ValidationResult
ValidatonResult, indicating whether the max combined length has exceeded

See Also