Search Results for

    Show / Hide Table of Contents
    View Source

    Class ChildrenSelector

    Inheritance
    System.Object
    QueryOptionBase
    Namespace: Umbraco.Cms.Api.Delivery.Querying.Selectors
    Assembly: Umbraco.Cms.Api.Delivery.dll
    Syntax
    public sealed class ChildrenSelector : QueryOptionBase

    Constructors

    View Source

    ChildrenSelector(IPublishedContentCache, IRequestRoutingService)

    Declaration
    public ChildrenSelector(IPublishedContentCache publishedContentCache, IRequestRoutingService requestRoutingService)
    Parameters
    Type Name Description
    IPublishedContentCache publishedContentCache
    IRequestRoutingService requestRoutingService
    View Source

    ChildrenSelector(IPublishedContentCache, IRequestRoutingService, IRequestPreviewService, IApiDocumentUrlService, IVariationContextAccessor)

    Declaration
    public ChildrenSelector(IPublishedContentCache publishedContentCache, IRequestRoutingService requestRoutingService, IRequestPreviewService requestPreviewService, IApiDocumentUrlService apiDocumentUrlService, IVariationContextAccessor variationContextAccessor)
    Parameters
    Type Name Description
    IPublishedContentCache publishedContentCache
    IRequestRoutingService requestRoutingService
    IRequestPreviewService requestPreviewService
    IApiDocumentUrlService apiDocumentUrlService
    IVariationContextAccessor variationContextAccessor
    View Source

    ChildrenSelector(IRequestRoutingService, IRequestPreviewService, IApiDocumentUrlService, IVariationContextAccessor)

    Declaration
    public ChildrenSelector(IRequestRoutingService requestRoutingService, IRequestPreviewService requestPreviewService, IApiDocumentUrlService apiDocumentUrlService, IVariationContextAccessor variationContextAccessor)
    Parameters
    Type Name Description
    IRequestRoutingService requestRoutingService
    IRequestPreviewService requestPreviewService
    IApiDocumentUrlService apiDocumentUrlService
    IVariationContextAccessor variationContextAccessor

    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
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ChildrenSelector(IPublishedContentCache, IRequestRoutingService)
      • ChildrenSelector(IPublishedContentCache, IRequestRoutingService, IRequestPreviewService, IApiDocumentUrlService, IVariationContextAccessor)
      • ChildrenSelector(IRequestRoutingService, IRequestPreviewService, IApiDocumentUrlService, IVariationContextAccessor)
    • Methods
      • BuildSelectorOption(String)
      • CanHandle(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX