Click or drag to resize
AccountHelperDelete Method
Deletes account.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
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