Click or drag to resize

FeatureFlags Enumeration

Identifies the flags for configuration

Namespace: SanteDB.Core.Configuration
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
[FlagsAttribute]
public enum FeatureFlags
Members
Member nameValueDescription
None0 No flags
AlwaysConfigure1 The feature should always be configured
AutoSetup2 The task should be executed automatically if not already run
NoRemove4 The feature is a system feature and cannot be uninstalled.
SystemFeature15 The feature is a system feature
NonPublic16 Non-public feature
See Also