Click or drag to resize

IDataConfigurationProviderDeploy Method

Note: This API is now obsolete.

Deploy the specified data feature to the specified configuration option

Namespace:  SanteDB.Core.Configuration.Data
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
[ObsoleteAttribute]
bool Deploy(
	IDataFeature feature,
	string connectionStringName,
	SanteDBConfiguration configuration
)

Parameters

feature
Type: SanteDB.Core.Configuration.DataIDataFeature
The feature which is to be deployed
connectionStringName
Type: SystemString
The name of the connection string on which the specified feature should be deployed
configuration
Type: SanteDB.Core.ConfigurationSanteDBConfiguration
The configuration to which the deployment information should be saved

Return Value

Type: Boolean
True if the deployment succeeeded
See Also