View Source
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
public sealed class ApiMediaWithCropsResponse : ApiMediaWithCrops, IApiMedia
Constructors
View Source
Declaration
public ApiMediaWithCropsResponse(IApiMedia inner, ImageCropperValue.ImageCropperFocalPoint focalPoint, IEnumerable<ImageCropperValue.ImageCropperCrop>? crops, string path, DateTime createDate, DateTime updateDate)
Parameters
Properties
View Source
Declaration
public DateTime CreateDate { get; }
Property Value
Type |
Description |
DateTime |
|
View Source
Declaration
public string Path { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public DateTime UpdateDate { get; }
Property Value
Type |
Description |
DateTime |
|