Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ISelectorHandler

    A handler that handles fetch query parameter.

    Namespace: Umbraco.Cms.Core.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public interface ISelectorHandler : IQueryHandler, IDiscoverable

    Methods

    View Source

    BuildSelectorOption(String)

    Builds a SelectorOption for the selector query.

    Declaration
    SelectorOption BuildSelectorOption(string selector)
    Parameters
    Type Name Description
    System.String selector

    The selector query (i.e. "children:articles").

    Returns
    Type Description
    SelectorOption

    A SelectorOption that can be used when building specific search query for requesting a subset of the items.

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • BuildSelectorOption(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX