| StatisticsGetLocationDetails Method |
Returns geolocation information available for the given IP-address.
Namespace:
Dynamicweb.Analytics.Leads.LeadsStatistic
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static GeolocationInfo GetLocationDetails(
string ipAddress
)
Public Shared Function GetLocationDetails (
ipAddress As String
) As GeolocationInfo
Parameters
- ipAddress
- Type: SystemString
IP-address.
Return Value
Type:
GeolocationInfoGeolocation information.
Remarks See Also