Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IApiPublishedContentCache

    Namespace: Umbraco.Cms.Core.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IApiPublishedContentCache

    Methods

    View Source

    GetById(Guid)

    Declaration
    IPublishedContent? GetById(Guid contentId)
    Parameters
    Type Name Description
    Guid contentId
    Returns
    Type Description
    IPublishedContent
    View Source

    GetByIdAsync(Guid)

    Declaration
    Task<IPublishedContent?> GetByIdAsync(Guid contentId)
    Parameters
    Type Name Description
    Guid contentId
    Returns
    Type Description
    Task<IPublishedContent>
    View Source

    GetByIds(IEnumerable<Guid>)

    Declaration
    IEnumerable<IPublishedContent> GetByIds(IEnumerable<Guid> contentIds)
    Parameters
    Type Name Description
    IEnumerable<Guid> contentIds
    Returns
    Type Description
    IEnumerable<IPublishedContent>
    View Source

    GetByIdsAsync(IEnumerable<Guid>)

    Declaration
    Task<IEnumerable<IPublishedContent>> GetByIdsAsync(IEnumerable<Guid> contentIds)
    Parameters
    Type Name Description
    IEnumerable<Guid> contentIds
    Returns
    Type Description
    Task<IEnumerable<IPublishedContent>>
    View Source

    GetByRoute(string)

    Declaration
    IPublishedContent? GetByRoute(string route)
    Parameters
    Type Name Description
    string route
    Returns
    Type Description
    IPublishedContent
    View Source

    GetByRouteAsync(string)

    Declaration
    Task<IPublishedContent?> GetByRouteAsync(string route)
    Parameters
    Type Name Description
    string route
    Returns
    Type Description
    Task<IPublishedContent>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX