Interface IDeleteContactsService
- Namespace
 - CMS.ContactManagement
 
- Assembly
 - CMS.ContactManagement.dll
 
Service responsible for deleting contacts. Is used for deleting inactive contacts.
[Obsolete("Interface was not intended for public use and will be removed in the next version.")]
public interface IDeleteContactsService
  - Extension Methods
 
Methods
Delete(int)
Deletes batch of contacts.
bool Delete(int batchSize)
  Parameters
batchSizeintNumber of contacts to delete in one call.
Returns
- bool
 Returns true when there are more contacts to delete