Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Enum ChangeLogSystemState

Represents the (enabled) state of the Change Log system

Namespace: EPiServer.ChangeLog
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public enum ChangeLogSystemState

Fields

Name Description
Auto

In Auto mode, the Change Log system will start if dependecies have been registered again it via the RegisterDependencies event

Disabled

The Change Log system is disabled and will not start

Enabled

The Change Log system will start when the applicatio starts

Extension Methods