Click or drag to resize
ModuleCommandsOnlineMarketingSelectContactForVisitor Method
Returns single contact.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static int OnlineMarketingSelectContactForVisitor(
	DataSet contacts
)

Parameters

contacts
Type: System.DataDataSet
DataSet of found contacts

Return Value

Type: Int32
Returns contact ID
See Also