View Source
  Class FurthestAncestorOrSelfDynamicRootQueryStep
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class FurthestAncestorOrSelfDynamicRootQueryStep : IDynamicRootQueryStep
   
  Constructors
  
  
    View Source
  
  FurthestAncestorOrSelfDynamicRootQueryStep(ICoreScopeProvider, IDynamicRootRepository)
  
  
  Declaration
  
    public FurthestAncestorOrSelfDynamicRootQueryStep(ICoreScopeProvider scopeProvider, IDynamicRootRepository nodeFilterRepository)
   
  Parameters
  
  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
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | Task<Attempt<ICollection<Guid>>> | 
         |