| FeatureFlags Enumeration |
Identifies the flags for configuration
Namespace:
SanteDB.Core.Configuration
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax [FlagsAttribute]
public enum FeatureFlags
<FlagsAttribute>
Public Enumeration FeatureFlags
[FlagsAttribute]
public enum class FeatureFlags
[<FlagsAttribute>]
type FeatureFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags
|
| AlwaysConfigure | 1 |
The feature should always be configured
|
| AutoSetup | 2 |
The task should be executed automatically if not already run
|
| NoRemove | 4 |
The feature is a system feature and cannot be uninstalled.
|
| SystemFeature | 15 |
The feature is a system feature
|
| NonPublic | 16 |
Non-public feature
|
See Also