Click or drag to resize
MarketingAcknowledgementBusinessProcessIsNumRecordsProcessed Method
Check for the number of records successfully processed.

Namespace: Blackbaud.UAT.Core.Crm
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static bool IsNumRecordsProcessed(
	int numRecords
)

Parameters

numRecords
Type: SystemInt32
The number of records to check for.

Return Value

Type: Boolean
True if the provided number matches the listed amount of successfully processed records, false otherwise.
See Also