Search Results for

    Show / Hide Table of Contents

    Class PublishedContentQueryAccessor

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

    Constructors

    PublishedContentQueryAccessor(IScopedServiceProvider)

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

    PublishedContentQueryAccessor(IServiceProvider)

    Declaration
    [Obsolete("Please use alternative constructor")]
    public PublishedContentQueryAccessor(IServiceProvider serviceProvider)
    Parameters
    Type Name Description
    System.IServiceProvider serviceProvider

    Methods

    TryGetValue(out IPublishedContentQuery)

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