SaaS CMS has officially launched! Learn more now.

Enum TimeFrame

The logic for how to count site visits.

Namespace: EPiServer.Personalization.VisitorGroups.Criteria
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public enum TimeFrame

Fields

Name Description
Since

Count visits since a given date and time.

Total

No time frame, count total visit count.

Within

Count visits in a given time frame.

Extension Methods