ContactInfoProviderDeleteContactInfos Method |
Deletes all infos by stored procedure.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax public static void DeleteContactInfos(
string whereCondition,
int batchLimit
)
Parameters
- whereCondition
- Type: SystemString
Where condition - batchLimit
- Type: SystemInt32
Batch limit.
See Also