Class RuntimeUnattendedUpgradeNotification
Used to notify when the core runtime can do an unattended upgrade.
Inheritance
object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class RuntimeUnattendedUpgradeNotification : INotification
Remarks
It is entirely up to the handler to determine if an unattended upgrade should occur and to perform the logic.
Constructors
View SourceRuntimeUnattendedUpgradeNotification()
Declaration
public RuntimeUnattendedUpgradeNotification()
Properties
View SourceUnattendedUpgradeResult
Gets/sets the result of the unattended upgrade
Declaration
public RuntimeUnattendedUpgradeNotification.UpgradeResult UnattendedUpgradeResult { get; set; }
Property Value
| Type | Description |
|---|---|
| RuntimeUnattendedUpgradeNotification.UpgradeResult |