Click or drag to resize
AccountInfoProvider.DeleteAccountInfos Method
Deletes accounts by specified WHERE condition.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax
C#
public static void DeleteAccountInfos(
	string where,
	bool deleteSubsidiaries
)

Parameters

where
Type: System.String
SQL WHERE condition
deleteSubsidiaries
Type: System.Boolean
Delete subsidiaries
See Also