View Source
Class IsUsedPropertyTypeController
Inheritance
System.Object
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> |
|