Class InfrastuctureTypeLoaderExtensions
Inheritance
System.Object
Namespace: Umbraco.Extensions
Assembly: Umbraco.Infrastructure.dll
Syntax
public static class InfrastuctureTypeLoaderExtensions
Methods
View SourceGetPackageMigrationPlans(TypeLoader)
Gets all types implementing PackageMigrationPlan
Declaration
public static IEnumerable<Type> GetPackageMigrationPlans(this TypeLoader mgr)
Parameters
| Type | Name | Description |
|---|---|---|
| TypeLoader | mgr |
Returns
| Type | Description |
|---|---|
| IEnumerable<Type> |