View Source
Class ApiContentResponse
Inheritance
System.Object
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 |
|
System.String |
name |
|
System.String |
contentType |
|
DateTime |
createDate |
|
DateTime |
updateDate |
|
IApiContentRoute |
route |
|
IDictionary<System.String, System.Object> |
properties |
|
IDictionary<System.String, IApiContentRoute> |
cultures |
|
Properties
View Source
Cultures
Declaration
[JsonPropertyOrder(100)]
public IDictionary<string, IApiContentRoute> Cultures { get; }
Property Value