| 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
)
Function QueryState (
configuration As SanteDBConfiguration
) As FeatureInstallState
FeatureInstallState QueryState(
SanteDBConfiguration^ configuration
)
abstract QueryState :
configuration : SanteDBConfiguration -> FeatureInstallState
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:
FeatureInstallStateThe feature installation state
See Also