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

    GetByIds(IEnumerable<Guid>)

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

    GetByRoute(String)

    Declaration
    IPublishedContent GetByRoute(string route)
    Parameters
    Type Name Description
    System.String route
    Returns
    Type Description
    IPublishedContent
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetById(Guid)
      • GetByIds(IEnumerable<Guid>)
      • GetByRoute(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX