Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpdateDataTypeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    DataTypeControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.DataType
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class UpdateDataTypeController : DataTypeControllerBase

    Constructors

    View Source

    UpdateDataTypeController(IDataTypeService, IBackOfficeSecurityAccessor, IDataTypePresentationFactory)

    Declaration
    public UpdateDataTypeController(IDataTypeService dataTypeService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IDataTypePresentationFactory dataTypePresentationFactory)
    Parameters
    Type Name Description
    IDataTypeService dataTypeService
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor
    IDataTypePresentationFactory dataTypePresentationFactory

    Methods

    View Source

    Update(CancellationToken, Guid, UpdateDataTypeRequestModel)

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