Class MigrationPlansExecutedNotification
Published when one or more migration plans have been successfully executed.
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Migrations.Notifications
Assembly: cs.temp.dll.dll
Syntax
public class MigrationPlansExecutedNotification : INotification
Constructors
MigrationPlansExecutedNotification(IReadOnlyList<ExecutedMigrationPlan>)
Declaration
public MigrationPlansExecutedNotification(IReadOnlyList<ExecutedMigrationPlan> executedPlans)
Parameters
Type | Name | Description |
---|---|---|
System. |
executedPlans |
Properties
ExecutedPlans
Declaration
public IReadOnlyList<ExecutedMigrationPlan> ExecutedPlans { get; }
Property Value
Type | Description |
---|---|
System. |