Search Results for

    Show / Hide Table of Contents

    Class PendingPackageMigrations

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Packaging
    Assembly: cs.temp.dll.dll
    Syntax
    public class PendingPackageMigrations

    Constructors

    PendingPackageMigrations(ILogger<PendingPackageMigrations>, PackageMigrationPlanCollection)

    Declaration
    public PendingPackageMigrations(ILogger<PendingPackageMigrations> logger, PackageMigrationPlanCollection packageMigrationPlans)
    Parameters
    Type Name Description
    ILogger<PendingPackageMigrations> logger
    PackageMigrationPlanCollection packageMigrationPlans

    Methods

    GetPendingPackageMigrations(IReadOnlyDictionary<String, String>)

    Returns what package migration names are pending

    Declaration
    public IReadOnlyList<string> GetPendingPackageMigrations(IReadOnlyDictionary<string, string> keyValues)
    Parameters
    Type Name Description
    System.Collections.Generic.IReadOnlyDictionary<System.String, System.String> keyValues

    These are the key/value pairs from the keyvalue storage of migration names and their final values

    Returns
    Type Description
    System.Collections.Generic.IReadOnlyList<System.String>
    In This Article
    • Constructors
      • PendingPackageMigrations(ILogger<PendingPackageMigrations>, PackageMigrationPlanCollection)
    • Methods
      • GetPendingPackageMigrations(IReadOnlyDictionary<String, String>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX