| VisitorInfoGetInfo Method |
Retrieves the information about the given visitor.
Namespace:
Dynamicweb.Analytics.Leads
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static VisitorInfo GetInfo(
string visitorID,
DateTime startDate,
DateTime endDate
)
Public Shared Function GetInfo (
visitorID As String,
startDate As DateTime,
endDate As DateTime
) As VisitorInfo
Parameters
- visitorID
- Type: SystemString
Visitor ID. - startDate
- Type: SystemDateTime
Date representing the beginning of the target visit period. - endDate
- Type: SystemDateTime
Date representing the ending of the target visit period.
Return Value
Type:
VisitorInfoRemarks See Also