Search Results for

    Show / Hide Table of Contents
    View Source

    Class ApiMediaWithCropsResponse

    Inheritance
    System.Object
    ApiMediaWithCrops
    Namespace: Umbraco.Cms.Core.Models.DeliveryApi
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public sealed class ApiMediaWithCropsResponse : ApiMediaWithCrops, IApiMedia

    Constructors

    View Source

    ApiMediaWithCropsResponse(IApiMedia, ImageCropperValue.ImageCropperFocalPoint, Nullable<IEnumerable<ImageCropperValue.ImageCropperCrop>>, String, DateTime, DateTime)

    Declaration
    public ApiMediaWithCropsResponse(IApiMedia inner, ImageCropperValue.ImageCropperFocalPoint focalPoint, IEnumerable<ImageCropperValue.ImageCropperCrop>? crops, string path, DateTime createDate, DateTime updateDate)
    Parameters
    Type Name Description
    IApiMedia inner
    ImageCropperValue.ImageCropperFocalPoint focalPoint
    System.Nullable<IEnumerable<ImageCropperValue.ImageCropperCrop>> crops
    System.String path
    DateTime createDate
    DateTime updateDate

    Properties

    View Source

    CreateDate

    Declaration
    public DateTime CreateDate { get; }
    Property Value
    Type Description
    DateTime
    View Source

    Path

    Declaration
    public string Path { get; }
    Property Value
    Type Description
    System.String
    View Source

    UpdateDate

    Declaration
    public DateTime UpdateDate { get; }
    Property Value
    Type Description
    DateTime
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ApiMediaWithCropsResponse(IApiMedia, ImageCropperValue.ImageCropperFocalPoint, Nullable<IEnumerable<ImageCropperValue.ImageCropperCrop>>, String, DateTime, DateTime)
    • Properties
      • CreateDate
      • Path
      • UpdateDate
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX