AccountHelperDelete Method |
Deletes account.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax public static void Delete(
AccountInfo account,
bool deleteSubsidiaries
)
Parameters
- account
- Type: CMS.ContactManagementAccountInfo
Account to be deleted - deleteSubsidiaries
- Type: SystemBoolean
Indicates if subsidiary accounts should be deleted as well.
See Also