Enum ChangeLogSystemState
Represents the (enabled) state of the Change Log system
Namespace: EPiServer.ChangeLog
Assembly: EPiServer.dll
Version: 7.19.2Syntax
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 |