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
    System.Nullable<System.Int32>
    View Source

    Extension

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

    Height

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

    Id

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

    MediaType

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

    Name

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

    Properties

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

    Url

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

    Width

    Declaration
    int? Width { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Bytes
      • Extension
      • Height
      • Id
      • MediaType
      • Name
      • Properties
      • Url
      • Width
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX