ContactHelper GetSiteParentRecursive Method Kentico 8.0 API Reference
Gets parent contact. If parent contact is merged then its parent contact is recursively found and returned.

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

Parameters

parentContactId
Type: OnlineSystem Int32
Parent contact to be found

Return Value

Type: ContactInfo
Returns parent contact which is not merged into another site contact
See Also