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 SourceBuildSelectorOption(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. |