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