IDeleteContactsDelete Method |
Deletes batch of contacts.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax int Delete(
int days,
int batchSize
)
Parameters
- days
- Type: SystemInt32
Days that are set in the settings. Is used to delete contacts older than this number of days. - batchSize
- Type: SystemInt32
Size of the batch that should be deleted at most.
Return Value
Type:
Int32Number of contacts remaining to delete.
See Also