View Source
Class ApiElement
Inheritance
System.Object
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 |
|
System.String |
contentType |
|
IDictionary<System.String, System.Object> |
properties |
|
Properties
View Source
ContentType
Declaration
[JsonPropertyOrder(-100)]
public string ContentType { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Id
Declaration
Property Value
View Source
Properties
Declaration
public IDictionary<string, object> Properties { get; }
Property Value
Type |
Description |
IDictionary<System.String, System.Object> |
|