Click or drag to resize
GeoIPHelperGetStateIDByIp Method
Finds ID of state from CMS_State table by IP4 address.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static int GetStateIDByIp(
	string dottedQuadIp
)

Parameters

dottedQuadIp
Type: SystemString
IP4 address

Return Value

Type: Int32
ID of state from CMS_State table
See Also