London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class VisitorGroupStatisticsElement

Inheritance
System.Object
VisitorGroupStatisticsElement
Namespace: EPiServer.Framework.Configuration
Assembly: EPiServer.Framework.dll
Version: 10.10.4
Syntax
public class VisitorGroupStatisticsElement : ConfigurationElement

Constructors

VisitorGroupStatisticsElement()

Declaration
public VisitorGroupStatisticsElement()

Properties

CommitToRepositoryInterval

Declaration
public TimeSpan CommitToRepositoryInterval { get; set; }
Property Value
Type Description
System.TimeSpan

Enabled

Declaration
public bool Enabled { get; set; }
Property Value
Type Description
System.Boolean

Extension Methods