View Source
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
public class AllowedMediaTypeItemController : MediaTypeItemControllerBase
Constructors
View Source
Declaration
public AllowedMediaTypeItemController(IMediaTypeEditingService mediaTypeEditingService, IUmbracoMapper mapper)
Parameters
Type |
Name |
Description |
IMediaTypeEditingService |
mediaTypeEditingService |
|
IUmbracoMapper |
mapper |
|
Methods
View Source
Declaration
public async Task<IActionResult> Item(CancellationToken cancellationToken, string fileExtension, int skip = 0, int take = 100)
Parameters
Type |
Name |
Description |
CancellationToken |
cancellationToken |
|
System.String |
fileExtension |
|
System.Int32 |
skip |
|
System.Int32 |
take |
|
Returns
Type |
Description |
Task<IActionResult> |
|