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