Search Results for

    Show / Hide Table of Contents

    Class AutomaticPackageMigrationPlan

    Used to automatically indicate that a package has an embedded package data manifest that needs to be installed

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Packaging
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class AutomaticPackageMigrationPlan : PackageMigrationPlan

    Constructors

    AutomaticPackageMigrationPlan(String)

    Declaration
    protected AutomaticPackageMigrationPlan(string packageName)
    Parameters
    Type Name Description
    System.String packageName

    AutomaticPackageMigrationPlan(String, String)

    Declaration
    protected AutomaticPackageMigrationPlan(string packageName, string planName)
    Parameters
    Type Name Description
    System.String packageName
    System.String planName

    Methods

    DefinePlan()

    Declaration
    protected sealed override void DefinePlan()
    In This Article
    • Constructors
      • AutomaticPackageMigrationPlan(String)
      • AutomaticPackageMigrationPlan(String, String)
    • Methods
      • DefinePlan()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX