Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IContentSearchService<TContent>

    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IContentSearchService<TContent> where TContent : class, IContentBase
    Type Parameters
    Name Description
    TContent

    Methods

    View Source

    SearchChildrenAsync(string?, Guid?, Ordering?, int, int)

    Declaration
    Task<PagedModel<TContent>> SearchChildrenAsync(string? query, Guid? parentId, Ordering? ordering, int skip = 0, int take = 100)
    Parameters
    Type Name Description
    string query
    Guid? parentId
    Ordering ordering
    int skip
    int take
    Returns
    Type Description
    Task<PagedModel<TContent>>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX