Search Results for

    Show / Hide Table of Contents
    View Source

    Class CopyDataTypeController

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

    Constructors

    View Source

    CopyDataTypeController(IDataTypeService, IBackOfficeSecurityAccessor)

    Declaration
    public CopyDataTypeController(IDataTypeService dataTypeService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
    Parameters
    Type Name Description
    IDataTypeService dataTypeService
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor

    Methods

    View Source

    Copy(CancellationToken, Guid, CopyDataTypeRequestModel)

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