Interface IContentQueryService
Namespace: Umbraco.Cms.Core.Services.Querying
Assembly: Umbraco.Core.dll
Syntax
public interface IContentQueryService
Methods
View SourceGetWithSchedulesAsync(Guid)
Declaration
Task<Attempt<ContentScheduleQueryResult, ContentQueryOperationStatus>> GetWithSchedulesAsync(Guid id)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | id |
Returns
| Type | Description |
|---|---|
| Task<Attempt<ContentScheduleQueryResult, ContentQueryOperationStatus>> |