Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IContentTypeSearchService

    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IContentTypeSearchService

    Methods

    View Source

    SearchAsync(string, bool?, CancellationToken, int, int)

    Declaration
    Task<PagedModel<IContentType>> SearchAsync(string query, bool? isElement, CancellationToken cancellationToken, int skip = 0, int take = 100)
    Parameters
    Type Name Description
    string query
    bool? isElement
    CancellationToken cancellationToken
    int skip
    int take
    Returns
    Type Description
    Task<PagedModel<IContentType>>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX