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