Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IApiMedia

    Namespace: Umbraco.Cms.Core.Models.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IApiMedia

    Properties

    View Source

    Bytes

    Declaration
    int? Bytes { get; }
    Property Value
    Type Description
    int?
    View Source

    Extension

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

    Height

    Declaration
    int? Height { get; }
    Property Value
    Type Description
    int?
    View Source

    Id

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

    MediaType

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

    Name

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

    Properties

    Declaration
    IDictionary<string, object?> Properties { get; }
    Property Value
    Type Description
    IDictionary<string, object>
    View Source

    Url

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

    Width

    Declaration
    int? Width { get; }
    Property Value
    Type Description
    int?
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX