Click or drag to resize

LeadDetailsAuthorTokenGetLeadAuthorTokenByVisitorIdAndToken Method

Returns object of LeadDetailsAuthorToken class by visitor ID and token.

Namespace:  Dynamicweb.Analytics.Leads
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static LeadDetailsAuthorToken GetLeadAuthorTokenByVisitorIdAndToken(
	string visitorID,
	string token
)

Parameters

visitorID
Type: SystemString
An ID of the page visitor.
token
Type: SystemString
An ID of the page visitor.

Return Value

Type: LeadDetailsAuthorToken
Object of type Dynamicweb.Analytics.Leads.LeadDetailsAuthorToken
Remarks