OnlineMarketingContextSelectContactForVisitor Method |
Note: This API is now obsolete.
Returns single contact determined for current visitor by settings 'When a visitor has more Contacts, use'.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax [ObsoleteAttribute("Use CMS.OnlineMarketing.ContactHelper.SelectContactForVisitor method.")]
public static ContactInfo SelectContactForVisitor(
DataSet foundContacts
)
Parameters
- foundContacts
- Type: System.DataDataSet
DataSet with found contacts
Return Value
Type:
ContactInfoContactInfo of selected contact
See Also