Table of Contents

Enum ReleaseRingMode

Namespace
Dynamicweb.Hosting
Assembly
Dynamicweb.Core.dll

Represents the mode of the release ring in the cloud hosting environment.

public enum ReleaseRingMode

Fields

LockedVersion = 2

Indicates that the system is locked to a specific version, e.g. v10.15.

None = 0

Indicates that no specific release ring mode is set. This value can be used to signify that the system is not configured for any specific release ring behavior.

ReleaseRing = 1

Indicates that the system is operating in a release ring mode ('static').

To top