View Source
  Class PublishedContentQueryAccessor
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    public class PublishedContentQueryAccessor : IPublishedContentQueryAccessor
   
  Constructors
  
  
    View Source
  
  PublishedContentQueryAccessor(IScopedServiceProvider)
  
  
  Declaration
  
    public PublishedContentQueryAccessor(IScopedServiceProvider scopedServiceProvider)
   
  Parameters
  
  Methods
  
  
    View Source
  
  TryGetValue(out IPublishedContentQuery)
  
  
  Declaration
  
    public bool TryGetValue(out IPublishedContentQuery publishedContentQuery)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  |