Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    CreateDate

    Gets the date and time when the content was created.

    Declaration
    DateTime CreateDate { get; }
    Property Value
    Type Description
    DateTime
    View Source

    Name

    Gets the name of the content.

    Declaration
    string? Name { get; }
    Property Value
    Type Description
    string
    View Source

    Route

    Gets the route information for the content.

    Declaration
    IApiContentRoute Route { get; }
    Property Value
    Type Description
    IApiContentRoute
    View Source

    UpdateDate

    Gets the date and time when the content was last updated.

    Declaration
    DateTime UpdateDate { get; }
    Property Value
    Type Description
    DateTime
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX