Search Results for

    Show / Hide Table of Contents
    View Source

    Class SearchTemplateItemController

    Inheritance
    System.Object
    ManagementApiControllerBase
    TemplateItemControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Template.Item
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class SearchTemplateItemController : TemplateItemControllerBase

    Constructors

    View Source

    SearchTemplateItemController(IEntitySearchService, ITemplateService, IUmbracoMapper)

    Declaration
    public SearchTemplateItemController(IEntitySearchService entitySearchService, ITemplateService templateService, IUmbracoMapper mapper)
    Parameters
    Type Name Description
    IEntitySearchService entitySearchService
    ITemplateService templateService
    IUmbracoMapper mapper

    Methods

    View Source

    Search(CancellationToken, String, Int32, Int32)

    Declaration
    public async Task<IActionResult> Search(CancellationToken cancellationToken, string query, int skip = 0, int take = 100)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    System.String query
    System.Int32 skip
    System.Int32 take
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • SearchTemplateItemController(IEntitySearchService, ITemplateService, IUmbracoMapper)
    • Methods
      • Search(CancellationToken, String, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX