Search Results for

    Show / Hide Table of Contents
    View Source

    Class ByQueryTagController

    Inheritance
    System.Object
    ManagementApiControllerBase
    TagControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Tag
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ByQueryTagController : TagControllerBase

    Constructors

    View Source

    ByQueryTagController(ITagService, IUmbracoMapper)

    Declaration
    public ByQueryTagController(ITagService tagService, IUmbracoMapper mapper)
    Parameters
    Type Name Description
    ITagService tagService
    IUmbracoMapper mapper

    Methods

    View Source

    ByQuery(CancellationToken, String, String, String, Int32, Int32)

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