Search Results for

    Show / Hide Table of Contents
    View Source

    Class AllMigrationStatusPackageController

    Inheritance
    System.Object
    ManagementApiControllerBase
    PackageControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Package
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class AllMigrationStatusPackageController : PackageControllerBase

    Constructors

    View Source

    AllMigrationStatusPackageController(IPackagingService, IUmbracoMapper)

    Declaration
    public AllMigrationStatusPackageController(IPackagingService packagingService, IUmbracoMapper umbracoMapper)
    Parameters
    Type Name Description
    IPackagingService packagingService
    IUmbracoMapper umbracoMapper

    Methods

    View Source

    AllMigrationStatuses(CancellationToken, Int32, Int32)

    Gets a paginated list of the migration status of each installed package.

    Declaration
    public async Task<ActionResult<PagedViewModel<PackageMigrationStatusResponseModel>>> AllMigrationStatuses(CancellationToken cancellationToken, int skip = 0, int take = 100)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    System.Int32 skip

    The amount of items to skip.

    System.Int32 take

    The amount of items to take.

    Returns
    Type Description
    Task<ActionResult<PagedViewModel<PackageMigrationStatusResponseModel>>>

    The paged result of the installed packages migration status.

    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • AllMigrationStatusPackageController(IPackagingService, IUmbracoMapper)
    • Methods
      • AllMigrationStatuses(CancellationToken, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX