Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IApiContentQueryFactory

    Used to create an instance for content items for the content delivery api.

    Namespace: Umbraco.Cms.Api.Delivery.Services.QueryBuilders
    Assembly: Umbraco.Cms.Api.Delivery.dll
    Syntax
    public interface IApiContentQueryFactory

    Methods

    View Source

    CreateApiContentQuery(IIndex)

    Creates an for content items for the content delivery api.

    Declaration
    IQuery CreateApiContentQuery(IIndex index)
    Parameters
    Type Name Description
    IIndex index

    The .

    Returns
    Type Description
    IQuery

    An instance.

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • CreateApiContentQuery(IIndex)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX