Click or drag to resize
IDeleteContactsServiceDeleteForAllSite Method
Deletes batch of contacts for all sites.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
bool DeleteForAllSite(
	int siteBatchSize
)

Parameters

siteBatchSize
Type: SystemInt32
Number of contacts to delete.

Return Value

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