Click or drag to resize
ContactInfoProviderDeleteContactInfos Method (String)

Note: This API is now obsolete.

Deletes all infos by stored procedure.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use overload with batch limit and iterate while there are any contacts to delete left. This method could slow down the system.")]
public static void DeleteContactInfos(
	string whereCondition
)

Parameters

whereCondition
Type: SystemString
Where condition
Remarks
This method can slow down the system, if there is a lot of contacts to delete
See Also