GeoIPHelperGetStateByIpInternal Method |
Finds state code name by IP4 address.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 11.0.0
Syntax protected virtual string GetStateByIpInternal(
string ip
)
Parameters
- ip
- Type: SystemString
IP4 address
Return Value
Type:
StringState code name compatible with states in CMS_State table
See Also