AccountHelper Split Method (AccountInfo, DataSet, Boolean, Boolean, Boolean)Kentico 8.1 API Reference
Splits accounts from parent.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

parentAccount
Type: CMS.OnlineMarketing AccountInfo
Parent account from which accounts are being splitted
accounts
Type: OnlineSystem.Data DataSet
List of accounts to split
copyMissingFields
Type: OnlineSystem Boolean
Indicates if empty fields on account to split should be filled with fields from merged account
removeContacts
Type: OnlineSystem Boolean
Indicates if contacts related to splitted account should be removed from parent account
removeContactGroups
Type: OnlineSystem Boolean
Indicates if contact groups related to splitted account should be removed from parent account
See Also