OnlineMarketingContextSelectContactForVisitor Method |
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: 8.2.23
Syntax public static ContactInfo SelectContactForVisitor(
DataSet foundContacts
)
Parameters
- foundContacts
- Type: System.DataDataSet
DataSet with found contacts
Return Value
Type:
ContactInfoContactInfo of selected contact
See Also