View Source
Class ApiElement
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
View Source
Id
Declaration
Property Value
View Source
Properties
Declaration
public IDictionary<string, object?> Properties { get; }
Property Value
| Type |
Description |
| IDictionary<string, object> |
|