Table of Contents

Class AccountHelper

Namespace
CMS.ContactManagement
Assembly
CMS.ContactManagement.dll

Helper class for merging, splitting and deleting accounts.

public class AccountHelper
Inheritance
object
AccountHelper
Extension Methods

Methods

CreateAccountContactRelation(int, int, int)

Creates new Account - Contact relation.

public static void CreateAccountContactRelation(int accountID, int contactID, int contactRoleID)

Parameters

accountID int
contactID int
contactRoleID int

Delete(AccountInfo, bool)

Deletes account.

public static void Delete(AccountInfo account, bool deleteSubsidiaries)

Parameters

account AccountInfo

Account to be deleted

deleteSubsidiaries bool

Indicates if subsidiary accounts should be deleted as well.

GetNewAccount(string)

Creates and returns new account.

public static AccountInfo GetNewAccount(string namePrefix)

Parameters

namePrefix string

Returns

AccountInfo

Returns new AccountInfo