Interface IApiContent
Namespace: Umbraco.Cms.Core.Models.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public interface IApiContent : IApiElement
Properties
View SourceCreateDate
Declaration
DateTime CreateDate { get; }
Property Value
Type | Description |
---|---|
DateTime |
Name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Route
Declaration
IApiContentRoute Route { get; }
Property Value
Type | Description |
---|---|
IApiContentRoute |
UpdateDate
Declaration
DateTime UpdateDate { get; }
Property Value
Type | Description |
---|---|
DateTime |