Search Results for

    Show / Hide Table of Contents
    View Source

    Class FurthestAncestorOrSelfDynamicRootQueryStep

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

    Constructors

    View Source

    FurthestAncestorOrSelfDynamicRootQueryStep(ICoreScopeProvider, IDynamicRootRepository)

    Declaration
    public FurthestAncestorOrSelfDynamicRootQueryStep(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
      • FurthestAncestorOrSelfDynamicRootQueryStep(ICoreScopeProvider, IDynamicRootRepository)
    • Properties
      • SupportedDirectionAlias
    • Methods
      • ExecuteAsync(ICollection<Guid>, DynamicRootQueryStep)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX