Click or drag to resize
AnalyticsHelperIsIPExcluded Method
Determines whether IP is excluded or not.

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

Parameters

siteName
Type: SystemString
Site name
ip
Type: SystemString
IP

Return Value

Type: Boolean
See Also