ContactInfoProviderDeleteContactInfosInternal Method |
Deletes all contacts by specified ID.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax protected virtual void DeleteContactInfosInternal(
string where,
int batchLimit
)
Parameters
- where
- Type: SystemString
Where condition - batchLimit
- Type: SystemInt32
Batch limit
See Also