Click or drag to resize
AccountInfoMergedAccounts Property
Collection of all accounts merged into current account. Returns only accounts which are directly merged into current account. To receive complete tree of all accounts's you must iterate through items from MergedAccounts and retrieve merged accounts recursively. Global accounts return both site and global accounts merged into current account.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public virtual IInfoObjectCollection MergedAccounts { get; }

Property Value

Type: IInfoObjectCollection
See Also