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, Nullable<Guid>, Ordering, Int32, Int32)

    Declaration
    Task<PagedModel<TContent>> SearchChildrenAsync(string query, Guid? parentId, Ordering ordering, int skip = 0, int take = 100)
    Parameters
    Type Name Description
    System.String query
    System.Nullable<Guid> parentId
    Ordering ordering
    System.Int32 skip
    System.Int32 take
    Returns
    Type Description
    Task<PagedModel<TContent>>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX