Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpdateMediaTypeFolderController

    Inheritance
    System.Object
    ManagementApiControllerBase
    FolderManagementControllerBase<IMediaType>
    MediaTypeFolderControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.MediaType.Folder
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class UpdateMediaTypeFolderController : MediaTypeFolderControllerBase

    Constructors

    View Source

    UpdateMediaTypeFolderController(IBackOfficeSecurityAccessor, IMediaTypeContainerService)

    Declaration
    public UpdateMediaTypeFolderController(IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IMediaTypeContainerService mediaTypeContainerService)
    Parameters
    Type Name Description
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor
    IMediaTypeContainerService mediaTypeContainerService

    Methods

    View Source

    Update(CancellationToken, Guid, UpdateFolderResponseModel)

    Declaration
    public async Task<IActionResult> Update(CancellationToken cancellationToken, Guid id, UpdateFolderResponseModel updateFolderResponseModel)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Guid id
    UpdateFolderResponseModel updateFolderResponseModel
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UpdateMediaTypeFolderController(IBackOfficeSecurityAccessor, IMediaTypeContainerService)
    • Methods
      • Update(CancellationToken, Guid, UpdateFolderResponseModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX