View Source
Class DescendantsSelector
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Delivery.dll
Syntax
public sealed class DescendantsSelector : QueryOptionBase
Constructors
View Source
DescendantsSelector(IPublishedSnapshotAccessor, IRequestRoutingService)
Declaration
public DescendantsSelector(IPublishedSnapshotAccessor publishedSnapshotAccessor, IRequestRoutingService requestRoutingService)
Parameters
| Type |
Name |
Description |
| IPublishedSnapshotAccessor |
publishedSnapshotAccessor |
|
| IRequestRoutingService |
requestRoutingService |
|
Methods
View Source
BuildSelectorOption(String)
Declaration
public SelectorOption BuildSelectorOption(string selector)
Parameters
| Type |
Name |
Description |
| System.String |
selector |
|
Returns
| Type |
Description |
| SelectorOption |
|
View Source
CanHandle(String)
Declaration
public bool CanHandle(string query)
Parameters
| Type |
Name |
Description |
| System.String |
query |
|
Returns
| Type |
Description |
| System.Boolean |
|