View Source
  Interface IDynamicRootRepository
  
  
  
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public interface IDynamicRootRepository
   
  Methods
  
  
    View Source
  
  FurthestAncestorOrSelfAsync(IEnumerable<Guid>, DynamicRootQueryStep)
  
  
  Declaration
  
    Task<Guid?> FurthestAncestorOrSelfAsync(IEnumerable<Guid> origins, DynamicRootQueryStep queryStep)
   
  Parameters
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | Task<System.Nullable<Guid>> | 
         | 
      
    
  
  
    View Source
  
  FurthestDescendantOrSelfAsync(ICollection<Guid>, DynamicRootQueryStep)
  
  
  Declaration
  
    Task<ICollection<Guid>> FurthestDescendantOrSelfAsync(ICollection<Guid> origins, DynamicRootQueryStep queryStep)
   
  Parameters
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | Task<ICollection<Guid>> | 
         | 
      
    
  
  
    View Source
  
  NearestAncestorOrSelfAsync(IEnumerable<Guid>, DynamicRootQueryStep)
  
  
  Declaration
  
    Task<Guid?> NearestAncestorOrSelfAsync(IEnumerable<Guid> origins, DynamicRootQueryStep queryStep)
   
  Parameters
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | Task<System.Nullable<Guid>> | 
         | 
      
    
  
  
    View Source
  
  NearestDescendantOrSelfAsync(ICollection<Guid>, DynamicRootQueryStep)
  
  
  Declaration
  
    Task<ICollection<Guid>> NearestDescendantOrSelfAsync(ICollection<Guid> origins, DynamicRootQueryStep queryStep)
   
  Parameters
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | Task<ICollection<Guid>> | 
         |