Interface IApiElement
Namespace: Umbraco.Cms.Core.Models.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public interface IApiElementProperties
View SourceContentType
Declaration
[JsonPropertyOrder(-100)]
string ContentType { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Id
Declaration
Guid Id { get; }Property Value
| Type | Description | 
|---|---|
| Guid | 
Properties
Declaration
IDictionary<string, object> Properties { get; }Property Value
| Type | Description | 
|---|---|
| IDictionary<System.String, System.Object> |