Search Results for

    Show / Hide Table of Contents
    View Source

    Class ReferencesDataTypeController

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

    Constructors

    View Source

    ReferencesDataTypeController(IDataTypeService, IDataTypeReferencePresentationFactory)

    Declaration
    public ReferencesDataTypeController(IDataTypeService dataTypeService, IDataTypeReferencePresentationFactory dataTypeReferencePresentationFactory)
    Parameters
    Type Name Description
    IDataTypeService dataTypeService
    IDataTypeReferencePresentationFactory dataTypeReferencePresentationFactory

    Methods

    View Source

    References(CancellationToken, Guid)

    Declaration
    public async Task<IActionResult> References(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
      • ReferencesDataTypeController(IDataTypeService, IDataTypeReferencePresentationFactory)
    • Methods
      • References(CancellationToken, Guid)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX