Click or drag to resize
GeoIPHelperInitIPToLocationService Method
Initializes the IP to location service with options.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static void InitIPToLocationService(
	int options
)

Parameters

options
Type: SystemInt32
The options from LookupService. Like GEOIP_STANDARD, GEOIP_MEMORY_CACHE, etc.
See Also