Class AccountHelper
- Namespace
- CMS.ContactManagement
- Assembly
- CMS.ContactManagement.dll
Helper class for merging, splitting and deleting accounts.
public class AccountHelper
- Inheritance
-
objectAccountHelper
- Extension Methods
Methods
CreateAccountContactRelation(int, int, int)
Creates new Account - Contact relation.
public static void CreateAccountContactRelation(int accountID, int contactID, int contactRoleID)
Parameters
accountID
intcontactID
intcontactRoleID
int
Delete(AccountInfo, bool)
Deletes account.
public static void Delete(AccountInfo account, bool deleteSubsidiaries)
Parameters
account
AccountInfoAccount to be deleted
deleteSubsidiaries
boolIndicates 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