Interface IApiMediaWithCropsResponse
Namespace: Umbraco.Cms.Core.Models.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public interface IApiMediaWithCropsResponse : IApiMediaWithCrops, IApiMedia
Properties
View SourceCreateDate
Declaration
DateTime CreateDate { get; }
Property Value
Type | Description |
---|---|
DateTime |
Path
Declaration
string Path { get; }
Property Value
Type | Description |
---|---|
System.String |
UpdateDate
Declaration
DateTime UpdateDate { get; }
Property Value
Type | Description |
---|---|
DateTime |