AccountInfoProviderDeleteAccountInfos Method |
Deletes accounts by specified WHERE condition.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax public static void DeleteAccountInfos(
string where,
bool deleteSubsidiaries
)
Parameters
- where
- Type: SystemString
SQL WHERE condition - deleteSubsidiaries
- Type: SystemBoolean
Delete subsidiaries
See Also