Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IMigrationPlanExecutor

    Namespace: Umbraco.Cms.Core.Migrations
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IMigrationPlanExecutor

    Methods

    View Source

    Execute(MigrationPlan, String)

    Declaration
    string Execute(MigrationPlan plan, string fromState)
    Parameters
    Type Name Description
    MigrationPlan plan
    System.String fromState
    Returns
    Type Description
    System.String
    View Source

    ExecutePlan(MigrationPlan, String)

    Declaration
    virtual ExecutedMigrationPlan ExecutePlan(MigrationPlan plan, string fromState)
    Parameters
    Type Name Description
    MigrationPlan plan
    System.String fromState
    Returns
    Type Description
    ExecutedMigrationPlan
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Execute(MigrationPlan, String)
      • ExecutePlan(MigrationPlan, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX