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