Click or drag to resize
ContactInfoProviderDeleteContactInfos Method (String, Int32)
Deletes all infos by stored procedure.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.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