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