Interface IApiContentResponse
Namespace: Umbraco.Cms.Core.Models.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public interface IApiContentResponse : IApiContent, IApiElement
Properties
View SourceCultures
Declaration
IDictionary<string, IApiContentRoute> Cultures { get; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, IApiContentRoute> |