Search Results for

    Show / Hide Table of Contents
    View Source

    Class ByIdsContentApiController

    Inheritance
    System.Object
    DeliveryApiControllerBase
    ContentApiControllerBase
    ContentApiItemControllerBase
    Namespace: Umbraco.Cms.Api.Delivery.Controllers
    Assembly: Umbraco.Cms.Api.Delivery.dll
    Syntax
    public class ByIdsContentApiController : ContentApiItemControllerBase

    Constructors

    View Source

    ByIdsContentApiController(IApiPublishedContentCache, IApiContentResponseBuilder, IPublicAccessService)

    Declaration
    public ByIdsContentApiController(IApiPublishedContentCache apiPublishedContentCache, IApiContentResponseBuilder apiContentResponseBuilder, IPublicAccessService publicAccessService)
    Parameters
    Type Name Description
    IApiPublishedContentCache apiPublishedContentCache
    IApiContentResponseBuilder apiContentResponseBuilder
    IPublicAccessService publicAccessService
    View Source

    ByIdsContentApiController(IApiPublishedContentCache, IApiContentResponseBuilder, IPublicAccessService, IRequestMemberAccessService)

    Declaration
    public ByIdsContentApiController(IApiPublishedContentCache apiPublishedContentCache, IApiContentResponseBuilder apiContentResponseBuilder, IPublicAccessService publicAccessService, IRequestMemberAccessService requestMemberAccessService)
    Parameters
    Type Name Description
    IApiPublishedContentCache apiPublishedContentCache
    IApiContentResponseBuilder apiContentResponseBuilder
    IPublicAccessService publicAccessService
    IRequestMemberAccessService requestMemberAccessService
    View Source

    ByIdsContentApiController(IApiPublishedContentCache, IApiContentResponseBuilder, IRequestMemberAccessService)

    Declaration
    public ByIdsContentApiController(IApiPublishedContentCache apiPublishedContentCache, IApiContentResponseBuilder apiContentResponseBuilder, IRequestMemberAccessService requestMemberAccessService)
    Parameters
    Type Name Description
    IApiPublishedContentCache apiPublishedContentCache
    IApiContentResponseBuilder apiContentResponseBuilder
    IRequestMemberAccessService requestMemberAccessService

    Methods

    View Source

    Item(HashSet<Guid>)

    Gets content items by ids.

    Declaration
    public async Task<IActionResult> Item(HashSet<Guid> ids)
    Parameters
    Type Name Description
    HashSet<Guid> ids

    The unique identifiers of the content items to retrieve.

    Returns
    Type Description
    Task<IActionResult>

    The content items.

    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ByIdsContentApiController(IApiPublishedContentCache, IApiContentResponseBuilder, IPublicAccessService)
      • ByIdsContentApiController(IApiPublishedContentCache, IApiContentResponseBuilder, IPublicAccessService, IRequestMemberAccessService)
      • ByIdsContentApiController(IApiPublishedContentCache, IApiContentResponseBuilder, IRequestMemberAccessService)
    • Methods
      • Item(HashSet<Guid>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX