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.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
[ObsoleteAttribute]
bool Deploy(
	IDataFeature feature,
	string connectionStringName,
	SanteDBConfiguration configuration
)

Parameters

feature  IDataFeature
The feature which is to be deployed
connectionStringName  String
The name of the connection string on which the specified feature should be deployed
configuration  SanteDBConfiguration
The configuration to which the deployment information should be saved

Return Value

Boolean
True if the deployment succeeeded
See Also