Search Results for

    Show / Hide Table of Contents
    View Source

    Class ByKeyDataTypeController

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

    Constructors

    View Source

    ByKeyDataTypeController(IDataTypeService, IUmbracoMapper)

    Declaration
    public ByKeyDataTypeController(IDataTypeService dataTypeService, IUmbracoMapper umbracoMapper)
    Parameters
    Type Name Description
    IDataTypeService dataTypeService
    IUmbracoMapper umbracoMapper

    Methods

    View Source

    ByKey(CancellationToken, Guid)

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