View Source
Class PropertyTypeController
Inheritance
System.Object
Microsoft.AspNetCore.Mvc.ControllerBase
Assembly: Umbraco.Web.BackOffice.dll
Syntax
[PluginController("UmbracoBackOffice")]
[Authorize(Policy = "TreeAccessDocumentTypes")]
public class PropertyTypeController : UmbracoAuthorizedJsonController, IUmbracoFeature, IDiscoverable
Constructors
View Source
PropertyTypeController(IPropertyTypeUsageService)
Declaration
public PropertyTypeController(IPropertyTypeUsageService propertyTypeUsageService)
Parameters
Methods
View Source
HasValues(String)
Declaration
[HttpGet]
public ActionResult<PropertyTypeHasValuesDisplay> HasValues(string alias)
Parameters
Type |
Name |
Description |
System.String |
alias |
|
Returns