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 SourceCultures
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> |