SaaS CMS has officially launched! Learn more now.

Enum ChangeLogSystemState

Represents the (enabled) state of the Change Log system

Namespace: EPiServer.ChangeLog
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[Obsolete("This enum no longer in use")]
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