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
    System.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.

    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
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • UnattendedUpgradeResult
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX