Click or drag to resize
ContactHelperSelectContactForVisitor 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: 9.0.0
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