Table of Contents

Class PropertyTypeController

Namespace
Umbraco.Cms.Web.BackOffice.Controllers
Assembly
Umbraco.Web.BackOffice.dll
[Authorize(Policy = "TreeAccessDocumentTypes")]
public class PropertyTypeController : UmbracoAuthorizedJsonController
Inheritance
PropertyTypeController
Inherited Members

Constructors

PropertyTypeController(IPropertyTypeUsageService)

public PropertyTypeController(IPropertyTypeUsageService propertyTypeUsageService)

Parameters

propertyTypeUsageService IPropertyTypeUsageService

Methods

HasValues(string)

[HttpGet]
public ActionResult<PropertyTypeHasValuesDisplay> HasValues(string alias)

Parameters

alias string

Returns

ActionResult<PropertyTypeHasValuesDisplay>