Search Results for

    Show / Hide Table of Contents
    View Source

    Class ApiContentResponse

    Inheritance
    System.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
    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
    Type Description
    IDictionary<System.String, IApiContentRoute>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ApiContentResponse(Guid, String, String, DateTime, DateTime, IApiContentRoute, IDictionary<String, Object>, IDictionary<String, IApiContentRoute>)
    • Properties
      • Cultures
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX