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