Click or drag to resize
OnlineMarketingContextSelectContactForVisitor Method
Returns single contact determined for current visitor by settings 'When a visitor has more Contacts, use'.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax
C#
public static ContactInfo SelectContactForVisitor(
	DataSet foundContacts
)

Parameters

foundContacts
Type: System.DataDataSet
DataSet with found contacts

Return Value

Type: ContactInfo
ContactInfo of selected contact
See Also