Click or drag to resize
AnalyticsHelperLogIPVisit Method (String, String, DateTime)
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,
	DateTime lastActivityDate
)

Parameters

ip
Type: SystemString
IP address
siteName
Type: SystemString
Site name
lastActivityDate
Type: SystemDateTime
DateTime corresponding to the last activity date
See Also