Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IApiElement

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

    Properties

    View Source

    ContentType

    Declaration
    [JsonPropertyOrder(-100)]
    string ContentType { get; }
    Property Value
    Type Description
    System.String
    View Source

    Id

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

    Properties

    Declaration
    IDictionary<string, object> Properties { get; }
    Property Value
    Type Description
    IDictionary<System.String, System.Object>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ContentType
      • Id
      • Properties
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX