Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpdateDataTypeFolderController

    Inheritance
    System.Object
    ManagementApiControllerBase
    FolderManagementControllerBase<IDataType>
    DataTypeFolderControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.DataType.Folder
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class UpdateDataTypeFolderController : DataTypeFolderControllerBase

    Constructors

    View Source

    UpdateDataTypeFolderController(IBackOfficeSecurityAccessor, IDataTypeContainerService)

    Declaration
    public UpdateDataTypeFolderController(IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IDataTypeContainerService dataTypeContainerService)
    Parameters
    Type Name Description
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor
    IDataTypeContainerService dataTypeContainerService

    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
      • UpdateDataTypeFolderController(IBackOfficeSecurityAccessor, IDataTypeContainerService)
    • Methods
      • Update(CancellationToken, Guid, UpdateFolderResponseModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX