Search Results for

    Show / Hide Table of Contents
    View Source

    Class ApiMediaWithCrops

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

    Constructors

    View Source

    ApiMediaWithCrops(IApiMedia, ImageCropperValue.ImageCropperFocalPoint, Nullable<IEnumerable<ImageCropperValue.ImageCropperCrop>>)

    Declaration
    public ApiMediaWithCrops(IApiMedia inner, ImageCropperValue.ImageCropperFocalPoint focalPoint, IEnumerable<ImageCropperValue.ImageCropperCrop>? crops)
    Parameters
    Type Name Description
    IApiMedia inner
    ImageCropperValue.ImageCropperFocalPoint focalPoint
    System.Nullable<IEnumerable<ImageCropperValue.ImageCropperCrop>> crops

    Properties

    View Source

    Bytes

    Declaration
    public int? Bytes { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    Crops

    Declaration
    public IEnumerable<ImageCropperValue.ImageCropperCrop>? Crops { get; }
    Property Value
    Type Description
    System.Nullable<IEnumerable<ImageCropperValue.ImageCropperCrop>>
    View Source

    Extension

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

    FocalPoint

    Declaration
    public ImageCropperValue.ImageCropperFocalPoint FocalPoint { get; }
    Property Value
    Type Description
    ImageCropperValue.ImageCropperFocalPoint
    View Source

    Height

    Declaration
    public int? Height { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    Id

    Declaration
    public Guid Id { get; }
    Property Value
    Type Description
    Guid
    View Source

    MediaType

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

    Name

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

    Properties

    Declaration
    public IDictionary<string, object> Properties { get; }
    Property Value
    Type Description
    IDictionary<System.String, System.Object>
    View Source

    Url

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

    Width

    Declaration
    public int? Width { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ApiMediaWithCrops(IApiMedia, ImageCropperValue.ImageCropperFocalPoint, Nullable<IEnumerable<ImageCropperValue.ImageCropperCrop>>)
    • Properties
      • Bytes
      • Crops
      • Extension
      • FocalPoint
      • Height
      • Id
      • MediaType
      • Name
      • Properties
      • Url
      • Width
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX