Search Results for

    Show / Hide Table of Contents

    Class MovePackageXMLToDb

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

    Constructors

    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

    Migrate()

    Executes the migration.

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