Click or drag to resize
ContactInfoProvider.DeleteContactInfosInternal Method
Deletes all contacts by specified ID.

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

Parameters

where
Type: System.String
Where condition
batchLimit
Type: System.Int32
Batch limit
See Also