Click or drag to resize
AccountInfoProviderDeleteAccountInfoInternal Method
Deletes specified account.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteAccountInfoInternal(
	AccountInfo accountObj
)

Parameters

accountObj
Type: CMS.OnlineMarketingAccountInfo
Account to be deleted
See Also