Click or drag to resize
ContactInfoProviderDeleteContactInfosInternal Method (String, Int32)
Deletes all contacts by specified ID.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteContactInfosInternal(
	string where,
	int batchLimit
)

Parameters

where
Type: SystemString
Where condition
batchLimit
Type: SystemInt32
Batch limit
See Also