| LeadDetailsAuthorTokenGetLeadAuthorTokenByToken Method |
Returns object of class Dynamicweb.Analytics.Leads.LeadDetailsAuthorToken by token.
Namespace:
Dynamicweb.Analytics.Leads
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static LeadDetailsAuthorToken GetLeadAuthorTokenByToken(
string token
)
Public Shared Function GetLeadAuthorTokenByToken (
token As String
) As LeadDetailsAuthorToken
Parameters
- token
- Type: SystemString
An author token of the lead details
Return Value
Type:
LeadDetailsAuthorTokenObject of type Dynamicweb.Analytics.Leads.LeadDetailsAuthorToken
Remarks See Also