Interface IUpgradeSettingsFactory
Factory interface for creating UpgradeSettingsModel instances.
Namespace: Umbraco.Cms.Core.Factories
Assembly: Umbraco.Core.dll
Syntax
public interface IUpgradeSettingsFactory
Methods
View SourceGetUpgradeSettings()
Gets the upgrade settings model containing version and migration state information.
Declaration
UpgradeSettingsModel GetUpgradeSettings()
Returns
| Type | Description |
|---|---|
| UpgradeSettingsModel | An UpgradeSettingsModel containing upgrade-related settings. |