View Source
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Delivery.dll
public abstract class MediaApiControllerBase : DeliveryApiControllerBase
Constructors
View Source
Declaration
protected MediaApiControllerBase(IPublishedMediaCache publishedMediaCache, IApiMediaWithCropsResponseBuilder apiMediaWithCropsResponseBuilder)
Parameters
Type |
Name |
Description |
IPublishedMediaCache |
publishedMediaCache |
|
IApiMediaWithCropsResponseBuilder |
apiMediaWithCropsResponseBuilder |
|
Properties
View Source
Declaration
protected IPublishedMediaCache PublishedMediaCache { get; }
Property Value
Type |
Description |
IPublishedMediaCache |
|
Methods
View Source
Declaration
protected IActionResult ApiMediaQueryOperationStatusResult(ApiMediaQueryOperationStatus status)
Parameters
Type |
Name |
Description |
ApiMediaQueryOperationStatus |
status |
|
Returns
Type |
Description |
IActionResult |
|
View Source
BuildApiMediaWithCrops(IPublishedContent)
Declaration
protected IApiMediaWithCropsResponse BuildApiMediaWithCrops(IPublishedContent media)
Parameters
Type |
Name |
Description |
IPublishedContent |
media |
|
Returns
Type |
Description |
IApiMediaWithCropsResponse |
|