| 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
)
Public Shared Function GetLeadAuthorTokenByVisitorIdAndToken (
visitorID As String,
token As String
) As LeadDetailsAuthorToken
Parameters
- visitorID
- Type: SystemString
An ID of the page visitor. - token
- Type: SystemString
An ID of the page visitor.
Return Value
Type:
LeadDetailsAuthorTokenObject of type Dynamicweb.Analytics.Leads.LeadDetailsAuthorToken
Remarks See Also