Click or drag to resize
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.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
[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: ContactInfo
ContactInfo of selected contact
See Also