• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class PublishedContentQueryAccessor

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class PublishedContentQueryAccessor : IPublishedContentQueryAccessor

    Constructors

    View Source

    PublishedContentQueryAccessor(IServiceProvider)

    Declaration
    public PublishedContentQueryAccessor(IServiceProvider serviceProvider)
    Parameters
    Type Name Description
    IServiceProvider serviceProvider
    View Source

    PublishedContentQueryAccessor(IScopedServiceProvider)

    Declaration
    public PublishedContentQueryAccessor(IScopedServiceProvider scopedServiceProvider)
    Parameters
    Type Name Description
    IScopedServiceProvider scopedServiceProvider

    Methods

    View Source

    TryGetValue(out IPublishedContentQuery)

    Declaration
    public bool TryGetValue(out IPublishedContentQuery publishedContentQuery)
    Parameters
    Type Name Description
    IPublishedContentQuery publishedContentQuery
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • PublishedContentQueryAccessor(IServiceProvider)
      • PublishedContentQueryAccessor(IScopedServiceProvider)
    • Methods
      • TryGetValue(out IPublishedContentQuery)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX