RegistrationPriority Enumeration |
Enumeration of possible priorities for implementation registration.
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 12.0.0
Syntax public enum RegistrationPriority
Members
| Member name | Value | Description |
---|
| Default | 0 |
Indicates that implementation being registered is to replace any implementation registered so far.
|
| Fallback | 1 |
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.
|
| SystemDefault | 2 |
Indicates that implementation being registered is to be considered a system default implementation. Default implementation
has precedence when registering an implementation.
|
See Also