Click or drag to resize
IDeleteContactsServiceDelete Method
Deletes batch of contacts.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
bool Delete(
	int batchSize
)

Parameters

batchSize
Type: SystemInt32
Number of contacts to delete in one call.

Return Value

Type: Boolean
Returns true when there are more contacts to delete
See Also