Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IApiContentResponse

    Represents a content response in the Delivery API that includes culture-specific routes.

    Namespace: Umbraco.Cms.Core.Models.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IApiContentResponse : IApiContent, IApiElement

    Properties

    View Source

    Cultures

    Gets the culture-specific routes for the content, keyed by culture code.

    Declaration
    IDictionary<string, IApiContentRoute> Cultures { get; }
    Property Value
    Type Description
    IDictionary<string, IApiContentRoute>
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX