Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentQueryService

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Services.Querying
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentQueryService : IContentQueryService

    Constructors

    View Source

    ContentQueryService(IContentService, ICoreScopeProvider)

    Declaration
    public ContentQueryService(IContentService contentService, ICoreScopeProvider coreScopeProvider)
    Parameters
    Type Name Description
    IContentService contentService
    ICoreScopeProvider coreScopeProvider

    Methods

    View Source

    GetWithSchedulesAsync(Guid)

    Declaration
    public async Task<Attempt<ContentScheduleQueryResult, ContentQueryOperationStatus>> GetWithSchedulesAsync(Guid id)
    Parameters
    Type Name Description
    Guid id
    Returns
    Type Description
    Task<Attempt<ContentScheduleQueryResult, ContentQueryOperationStatus>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentQueryService(IContentService, ICoreScopeProvider)
    • Methods
      • GetWithSchedulesAsync(Guid)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX