| AccountInfoProviderDeleteAccountInfosInternal Method | 
            Deletes accounts by WHERE condition
            
 
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
 Syntax
Syntaxprotected virtual void DeleteAccountInfosInternal(
	string where,
	bool deleteSubsidiaries
)
Parameters
- where
- Type: SystemString
 SQL WHERE condition to specify deleted accounts
- deleteSubsidiaries
- Type: SystemBoolean
 Indicates if subsidiaries should be deleted
 See Also
See Also