Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    CreateDate

    Gets the date and time when the media was created.

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

    Path

    Gets the path of the media file.

    Declaration
    string Path { get; }
    Property Value
    Type Description
    string
    View Source

    UpdateDate

    Gets the date and time when the media was last updated.

    Declaration
    DateTime UpdateDate { get; }
    Property Value
    Type Description
    DateTime
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX