GeoIPHelperGetStateIDByIpInternal Method |
Finds ID of state from CMS_State table by IP4 address.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax protected virtual int GetStateIDByIpInternal(
string ip
)
Parameters
- ip
- Type: SystemString
IP4 address
Return Value
Type:
Int32ID of state from CMS_State table
See Also