Click or drag to resize
AnalyticsHelper.SlidingIPExpiration Property
Returns true if IP for anonymous visitor should be logged every time. Returns false if IP should be logged only once per user visit.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
public static bool SlidingIPExpiration { get; set; }

Property Value

Type: Boolean
See Also