Search Results for

    Show / Hide Table of Contents
    View Source

    Class ApiElement

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public class ApiElement : IApiElement

    Constructors

    View Source

    ApiElement(Guid, string, IDictionary<string, object?>)

    Declaration
    public ApiElement(Guid id, string contentType, IDictionary<string, object?> properties)
    Parameters
    Type Name Description
    Guid id
    string contentType
    IDictionary<string, object> properties

    Properties

    View Source

    ContentType

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

    Id

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

    Properties

    Declaration
    public IDictionary<string, object?> Properties { get; }
    Property Value
    Type Description
    IDictionary<string, object>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX