Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpdateMediaControllerBase

    Inheritance
    System.Object
    ManagementApiControllerBase
    ContentControllerBase
    MediaControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Media
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public abstract class UpdateMediaControllerBase : MediaControllerBase

    Constructors

    View Source

    UpdateMediaControllerBase(IAuthorizationService)

    Declaration
    protected UpdateMediaControllerBase(IAuthorizationService authorizationService)
    Parameters
    Type Name Description
    IAuthorizationService authorizationService

    Methods

    View Source

    HandleRequest(Guid, Func<Task<IActionResult>>)

    Declaration
    protected async Task<IActionResult> HandleRequest(Guid id, Func<Task<IActionResult>> authorizedHandler)
    Parameters
    Type Name Description
    Guid id
    Func<Task<IActionResult>> authorizedHandler
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UpdateMediaControllerBase(IAuthorizationService)
    • Methods
      • HandleRequest(Guid, Func<Task<IActionResult>>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX