Class RuntimePremigrationsUpgradeNotification
Notification published when runtime pre-migrations need to be executed during upgrade.
Inheritance
object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class RuntimePremigrationsUpgradeNotification : INotification
Remarks
Handlers can process this notification to perform pre-migration upgrade steps and set the UpgradeResult to indicate the outcome.
Constructors
View SourceRuntimePremigrationsUpgradeNotification()
Declaration
public RuntimePremigrationsUpgradeNotification()
Properties
View SourceUpgradeResult
Gets or sets the result of the upgrade.
Declaration
public RuntimePremigrationsUpgradeNotification.PremigrationUpgradeResult UpgradeResult { get; set; }
Property Value
| Type | Description |
|---|---|
| RuntimePremigrationsUpgradeNotification.PremigrationUpgradeResult |