Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IContentQueryService

    Namespace: Umbraco.Cms.Core.Services.Querying
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IContentQueryService

    Methods

    View Source

    GetWithSchedulesAsync(Guid)

    Declaration
    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
    • Methods
      • GetWithSchedulesAsync(Guid)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX