Search Results for

    Show / Hide Table of Contents
    View Source

    Class ByKeyCreatedPackageController

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

    Constructors

    View Source

    ByKeyCreatedPackageController(IPackagingService, IUmbracoMapper)

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

    Methods

    View Source

    ByKey(CancellationToken, Guid)

    Gets a package by id.

    Declaration
    public async Task<IActionResult> ByKey(CancellationToken cancellationToken, Guid id)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Guid id

    The id of the package.

    Returns
    Type Description
    Task<IActionResult>

    The package or not found result.

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