Search Results for

    Show / Hide Table of Contents
    View Source

    Class MovePackageXMLToDb

    Inheritance
    System.Object
    MigrationBase
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_9_3_0
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class MovePackageXMLToDb : MigrationBase, IDiscoverable

    Constructors

    View Source

    MovePackageXMLToDb(IMigrationContext, PackagesRepository)

    Initializes a new instance of the MovePackageXMLToDb class.

    Declaration
    public MovePackageXMLToDb(IMigrationContext context, PackagesRepository packagesRepository)
    Parameters
    Type Name Description
    IMigrationContext context
    PackagesRepository packagesRepository

    Methods

    View Source

    Migrate()

    Executes the migration.

    Declaration
    protected override void Migrate()
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MovePackageXMLToDb(IMigrationContext, PackagesRepository)
    • Methods
      • Migrate()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX