Click or drag to resize

FeatureInstallState Enumeration

Feature installation status

Namespace:  SanteDB.Core.Configuration
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
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