Search Results for

    Show / Hide Table of Contents

    Enum RuntimeUnattendedUpgradeNotification.UpgradeResult

    Represents the possible results of an unattended upgrade operation.

    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public enum RuntimeUnattendedUpgradeNotification.UpgradeResult

    Fields

    Name Description
    CoreUpgradeComplete

    The core upgrade completed successfully.

    HasErrors

    The upgrade encountered errors.

    NotRequired

    No upgrade was required.

    PackageMigrationComplete

    The package migration completed successfully.

    Extension Methods

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<RuntimeUnattendedUpgradeNotification.UpgradeResult, TProperty>(RuntimeUnattendedUpgradeNotification.UpgradeResult, Expression<Func<RuntimeUnattendedUpgradeNotification.UpgradeResult, TProperty>>)
    DictionaryExtensions.MergeLeft<RuntimeUnattendedUpgradeNotification.UpgradeResult, TK, TV>(RuntimeUnattendedUpgradeNotification.UpgradeResult, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<RuntimeUnattendedUpgradeNotification.UpgradeResult, TK, TV>(RuntimeUnattendedUpgradeNotification.UpgradeResult, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<RuntimeUnattendedUpgradeNotification.UpgradeResult>(RuntimeUnattendedUpgradeNotification.UpgradeResult)
    ObjectExtensions.AsEnumerableOfOne<RuntimeUnattendedUpgradeNotification.UpgradeResult>(RuntimeUnattendedUpgradeNotification.UpgradeResult)
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX