View Source
  Class NoopBackOfficeExamineSearcher
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    public class NoopBackOfficeExamineSearcher : IBackOfficeExamineSearcher
   
  Methods
  
  
    View Source
  
  Search(String, UmbracoEntityTypes, Int32, Int64, out Int64, String, Boolean)
  
  
  Declaration
  
    public IEnumerable<ISearchResult> Search(string query, UmbracoEntityTypes entityType, int pageSize, long pageIndex, out long totalFound, string searchFrom = null, bool ignoreUserStartNodes = false)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        query | 
         | 
      
      
        | UmbracoEntityTypes | 
        entityType | 
         | 
      
      
        | System.Int32 | 
        pageSize | 
         | 
      
      
        | System.Int64 | 
        pageIndex | 
         | 
      
      
        | System.Int64 | 
        totalFound | 
         | 
      
      
        | System.String | 
        searchFrom | 
         | 
      
      
        | System.Boolean | 
        ignoreUserStartNodes | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | IEnumerable<ISearchResult> | 
         |