Click or drag to resize
GeoIPHelperGetCountryIDByIpInternal Method
Finds ID of country from CMS_Country table by IP4 address.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
protected virtual int GetCountryIDByIpInternal(
	string ip
)

Parameters

ip
Type: SystemString
IP4 address

Return Value

Type: Int32
ID of country from CMS_Country table
See Also