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

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
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: Int32
Number of contacts remaining to delete.
See Also