Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    RuntimeUnattendedUpgradeNotification()

    Declaration
    public RuntimeUnattendedUpgradeNotification()

    Properties

    View Source

    UnattendedUpgradeResult

    Gets/sets the result of the unattended upgrade

    Declaration
    public RuntimeUnattendedUpgradeNotification.UpgradeResult UnattendedUpgradeResult { get; set; }
    Property Value
    Type Description
    RuntimeUnattendedUpgradeNotification.UpgradeResult
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX