Click or drag to resize
AnalyticsHelperLogIPVisit Method (String, String)
Logs given IP address to the IP table

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static void LogIPVisit(
	string ip,
	string siteName
)

Parameters

ip
Type: SystemString
IP address
siteName
Type: SystemString
Site name
See Also