Click or drag to resize
RegistrationPriority Enumeration
Enumeration of possible priorities for implementation registration.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax
C#
public enum RegistrationPriority
Members
  Member nameValueDescription
Default0 Indicates that implementation being registered is to replace any implementation registered so far.
Fallback1 Indicates that implementation being registered is to be considered a fallback implementation. Such implementation is used only when no other implementation is registered later in the application's life-cycle.
SystemDefault2 Indicates that implementation being registered is to be considered a system default implementation. Default implementation has precedence when registering an implementation.
See Also