Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoPremigrationPlan

    Represents the Umbraco CMS pre-migration plan. - Migrations that always runs unattended before the main migration plan.

    Inheritance
    System.Object
    MigrationPlan
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Upgrade
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class UmbracoPremigrationPlan : MigrationPlan

    Constructors

    View Source

    UmbracoPremigrationPlan()

    Initializes a new instance of the UmbracoPlan class.

    Declaration
    public UmbracoPremigrationPlan()

    Properties

    View Source

    InitialState

    Gets the initial state.

    Declaration
    public override string InitialState { get; }
    Property Value
    Type Description
    System.String
    Remarks

    This is set to the final migration state of 13.0, making that the lowest supported version to upgrade from.

    Methods

    View Source

    DefinePlan()

    Defines the plan.

    Declaration
    protected virtual void DefinePlan()
    Remarks

    This is virtual for testing purposes.

    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UmbracoPremigrationPlan()
    • Properties
      • InitialState
    • Methods
      • DefinePlan()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX