Click or drag to resize
ContactInfoProviderDeleteContactInfos Method
Deletes all infos by stored procedure.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public static void DeleteContactInfos(
	string whereCondition,
	int batchLimit
)

Parameters

whereCondition
Type: SystemString
Where condition
batchLimit
Type: SystemInt32
Batch limit.
See Also