View Source
Class ApiContentResponse
Assembly: Umbraco.Core.dll
Syntax
public class ApiContentResponse : ApiContent, IApiContentResponse, IApiContent, IApiElement
Constructors
View Source
ApiContentResponse(Guid, string, string, DateTime, DateTime, IApiContentRoute, IDictionary<string, object?>, IDictionary<string, IApiContentRoute>)
Declaration
public ApiContentResponse(Guid id, string name, string contentType, DateTime createDate, DateTime updateDate, IApiContentRoute route, IDictionary<string, object?> properties, IDictionary<string, IApiContentRoute> cultures)
Parameters
| Type |
Name |
Description |
| Guid |
id |
|
| string |
name |
|
| string |
contentType |
|
| DateTime |
createDate |
|
| DateTime |
updateDate |
|
| IApiContentRoute |
route |
|
| IDictionary<string, object> |
properties |
|
| IDictionary<string, IApiContentRoute> |
cultures |
|
Properties
View Source
Cultures
Declaration
[JsonPropertyOrder(100)]
public IDictionary<string, IApiContentRoute> Cultures { get; }
Property Value