Click or drag to resize

FeatureInstallState Enumeration

Feature installation status

Namespace: SanteDB.Core.Configuration
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public enum FeatureInstallState
Members
Member nameValueDescription
Installed0 The feature is fully installed
PartiallyInstalled1 The feature is partially installed - it may lack necessary information to start or operate in the current configuration context.
NotInstalled2 The feature is not installed
CantInstall3 The feature cannot be installed
See Also