Search Results for

    Show / Hide Table of Contents
    View Source

    Class MigrationPlansExecutedNotification

    Published when one or more migration plans has been executed.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Notifications
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class MigrationPlansExecutedNotification : INotification
    Remarks

    Each migration plan may or may not have succeeded, signaled by the Successful property.

    A failed migration plan may have partially completed, in which case the successful transition are located in the CompletedTransitions collection.

    Constructors

    View Source

    MigrationPlansExecutedNotification(IReadOnlyList<ExecutedMigrationPlan>)

    Declaration
    public MigrationPlansExecutedNotification(IReadOnlyList<ExecutedMigrationPlan> executedPlans)
    Parameters
    Type Name Description
    IReadOnlyList<ExecutedMigrationPlan> executedPlans

    Properties

    View Source

    ExecutedPlans

    Declaration
    public IReadOnlyList<ExecutedMigrationPlan> ExecutedPlans { get; }
    Property Value
    Type Description
    IReadOnlyList<ExecutedMigrationPlan>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MigrationPlansExecutedNotification(IReadOnlyList<ExecutedMigrationPlan>)
    • Properties
      • ExecutedPlans
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX