View Source
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Delivery.dll
public abstract class MediaApiControllerBase : DeliveryApiControllerBase
Constructors
View Source
Declaration
protected MediaApiControllerBase(IPublishedSnapshotAccessor publishedSnapshotAccessor, IApiMediaWithCropsResponseBuilder apiMediaWithCropsResponseBuilder)
Parameters
Type |
Name |
Description |
IPublishedSnapshotAccessor |
publishedSnapshotAccessor |
|
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 ApiMediaWithCropsResponse BuildApiMediaWithCrops(IPublishedContent media)
Parameters
Type |
Name |
Description |
IPublishedContent |
media |
|
Returns
Type |
Description |
ApiMediaWithCropsResponse |
|