Interface IApiContent
Represents content in the Delivery API.
Namespace: Umbraco.Cms.Core.Models.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public interface IApiContent : IApiElement
Properties
View SourceCreateDate
Gets the date and time when the content was created.
Declaration
DateTime CreateDate { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Name
Gets the name of the content.
Declaration
string? Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Route
Gets the route information for the content.
Declaration
IApiContentRoute Route { get; }
Property Value
| Type | Description |
|---|---|
| IApiContentRoute |
UpdateDate
Gets the date and time when the content was last updated.
Declaration
DateTime UpdateDate { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |