Search Results for

    Show / Hide Table of Contents
    View Source

    Class FurthestDescendantOrSelfDynamicRootQueryStep

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.DynamicRoot.QuerySteps
    Assembly: Umbraco.Core.dll
    Syntax
    public class FurthestDescendantOrSelfDynamicRootQueryStep : IDynamicRootQueryStep

    Constructors

    View Source

    FurthestDescendantOrSelfDynamicRootQueryStep(ICoreScopeProvider, IDynamicRootRepository)

    Declaration
    public FurthestDescendantOrSelfDynamicRootQueryStep(ICoreScopeProvider scopeProvider, IDynamicRootRepository nodeFilterRepository)
    Parameters
    Type Name Description
    ICoreScopeProvider scopeProvider
    IDynamicRootRepository nodeFilterRepository

    Properties

    View Source

    SupportedDirectionAlias

    Declaration
    public virtual string SupportedDirectionAlias { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    View Source

    ExecuteAsync(ICollection<Guid>, DynamicRootQueryStep)

    Declaration
    public async Task<Attempt<ICollection<Guid>>> ExecuteAsync(ICollection<Guid> origins, DynamicRootQueryStep filter)
    Parameters
    Type Name Description
    ICollection<Guid> origins
    DynamicRootQueryStep filter
    Returns
    Type Description
    Task<Attempt<ICollection<Guid>>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • FurthestDescendantOrSelfDynamicRootQueryStep(ICoreScopeProvider, IDynamicRootRepository)
    • Properties
      • SupportedDirectionAlias
    • Methods
      • ExecuteAsync(ICollection<Guid>, DynamicRootQueryStep)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX