Search Results for

    Show / Hide Table of Contents
    View Source

    Class PropertyTypeController

    Inheritance
    System.Object
    Microsoft.AspNetCore.Mvc.ControllerBase
    UmbracoApiControllerBase
    UmbracoApiController
    UmbracoAuthorizedApiController
    UmbracoAuthorizedJsonController
    Namespace: Umbraco.Cms.Web.BackOffice.Controllers
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    [Authorize(Policy = "TreeAccessDocumentTypes")]
    public class PropertyTypeController : UmbracoAuthorizedJsonController

    Constructors

    View Source

    PropertyTypeController(IPropertyTypeUsageService)

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

    Methods

    View Source

    HasValues(String)

    Declaration
    [HttpGet]
    public ActionResult<PropertyTypeHasValuesDisplay> HasValues(string alias)
    Parameters
    Type Name Description
    System.String alias
    Returns
    Type Description
    Microsoft.AspNetCore.Mvc.ActionResult<PropertyTypeHasValuesDisplay>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • PropertyTypeController(IPropertyTypeUsageService)
    • Methods
      • HasValues(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX