ContactHelper GetSiteParentRecursive Method Kentico 8.1 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.1.5347.20411)

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