Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    RuntimePremigrationsUpgradeNotification()

    Declaration
    public RuntimePremigrationsUpgradeNotification()

    Properties

    View Source

    UpgradeResult

    Gets or sets the result of the upgrade.

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