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, Nullable<Boolean>, CancellationToken, Int32, Int32)

    Declaration
    Task<PagedModel<IContentType>> SearchAsync(string query, bool? isElement, CancellationToken cancellationToken, int skip = 0, int take = 100)
    Parameters
    Type Name Description
    System.String query
    System.Nullable<System.Boolean> isElement
    CancellationToken cancellationToken
    System.Int32 skip
    System.Int32 take
    Returns
    Type Description
    Task<PagedModel<IContentType>>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • SearchAsync(String, Nullable<Boolean>, CancellationToken, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX