Search Results for

    Show / Hide Table of Contents
    View Source

    Class PendingPackageMigrations

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

    Constructors

    View Source

    PendingPackageMigrations(ILogger<PendingPackageMigrations>, PackageMigrationPlanCollection)

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

    Methods

    View Source

    GetPendingPackageMigrations(Nullable<IReadOnlyDictionary<String, String>>)

    Returns what package migration names are pending

    Declaration
    public IReadOnlyList<string> GetPendingPackageMigrations(IReadOnlyDictionary<string, string>? keyValues)
    Parameters
    Type Name Description
    System.Nullable<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
    IReadOnlyList<System.String>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • PendingPackageMigrations(ILogger<PendingPackageMigrations>, PackageMigrationPlanCollection)
    • Methods
      • GetPendingPackageMigrations(Nullable<IReadOnlyDictionary<String, String>>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX