ContactHelperGetSiteParentRecursive Method |
Gets parent contact. If parent contact is merged then its parent contact is recursively found and returned.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax public static ContactInfo GetSiteParentRecursive(
int parentContactId
)
Parameters
- parentContactId
- Type: SystemInt32
Parent contact to be found
Return Value
Type:
ContactInfoReturns parent contact which is not merged into another site contact
See Also