Interface IContactsDeleteService
- Namespace
- CMS.ContactManagement
- Assembly
- CMS.ContactManagement.dll
Provides functionality for bulk deleting contacts in batches.
public interface IContactsDeleteService
- Extension Methods
Methods
BulkDelete(string, int)
Deletes all contacts using a stored procedure.
void BulkDelete(string where, int batchLimit)
Parameters
where
stringWhere condition to constrain the delete to, or null.
batchLimit
intBatch limit.