Click or drag to resize

IFeatureQueryState Method

Query the status of the feature in configuration

Namespace:  SanteDB.Core.Configuration
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
FeatureInstallState QueryState(
	SanteDBConfiguration configuration
)

Parameters

configuration
Type: SanteDB.Core.ConfigurationSanteDBConfiguration
The configuration which is being edited by the configuration tool. This is the configuration in which the feature implementation should look for install state

Return Value

Type: FeatureInstallState
The feature installation state
See Also