Search Results for

    Show / Hide Table of Contents
    View Source

    Class IsUsedDataTypeController

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

    Constructors

    View Source

    IsUsedDataTypeController(IDataTypeUsageService)

    Declaration
    public IsUsedDataTypeController(IDataTypeUsageService dataTypeUsageService)
    Parameters
    Type Name Description
    IDataTypeUsageService dataTypeUsageService

    Methods

    View Source

    IsUsed(CancellationToken, Guid)

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