Interface IDatabaseSettingsFactory
Creates DatabaseSettingsModel based on the currently configured providers.
Namespace: Umbraco.Cms.Core.Factories
Assembly: Umbraco.Core.dll
Syntax
public interface IDatabaseSettingsFactory
Methods
View SourceGetDatabaseSettings()
Creates a collection of database settings models for the currently installed database providers
Declaration
ICollection<DatabaseSettingsModel> GetDatabaseSettings()
Returns
| Type | Description |
|---|---|
| ICollection<DatabaseSettingsModel> | Collection of database settings. |