Search Results for

    Show / Hide Table of Contents
    View Source

    Class IsUsedPropertyTypeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    PropertyTypeControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.PropertyType
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class IsUsedPropertyTypeController : PropertyTypeControllerBase

    Constructors

    View Source

    IsUsedPropertyTypeController(IPropertyTypeUsageService)

    Declaration
    public IsUsedPropertyTypeController(IPropertyTypeUsageService propertyTypeUsageService)
    Parameters
    Type Name Description
    IPropertyTypeUsageService propertyTypeUsageService

    Methods

    View Source

    Get(CancellationToken, Guid, String)

    Declaration
    public async Task<IActionResult> Get(CancellationToken cancellationToken, Guid contentTypeId, string propertyAlias)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Guid contentTypeId
    System.String propertyAlias
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • IsUsedPropertyTypeController(IPropertyTypeUsageService)
    • Methods
      • Get(CancellationToken, Guid, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX