Interface IApiMediaWithCropsResponse
Represents a media response with cropping information in the Delivery API.
Namespace: Umbraco.Cms.Core.Models.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public interface IApiMediaWithCropsResponse : IApiMediaWithCrops, IApiMedia
Properties
View SourceCreateDate
Gets the date and time when the media was created.
Declaration
DateTime CreateDate { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Path
Gets the path of the media file.
Declaration
string Path { get; }
Property Value
| Type | Description |
|---|---|
| string |
UpdateDate
Gets the date and time when the media was last updated.
Declaration
DateTime UpdateDate { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |