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<Pending |
logger | |
Package |
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. |
keyValues | These are the key/value pairs from the keyvalue storage of migration names and their final values |
Returns
Type | Description |
---|---|
System. |