Search Results for

    Show / Hide Table of Contents
    View Source

    Class ApiContentResponse

    Inheritance
    object
    ApiElement
    ApiContent
    Namespace: Umbraco.Cms.Core.Models.DeliveryApi
    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
    Type Description
    IDictionary<string, IApiContentRoute>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX