Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentScheduleQueryResult

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentQuery
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentScheduleQueryResult

    Constructors

    View Source

    ContentScheduleQueryResult(IContent, ContentScheduleCollection)

    Declaration
    public ContentScheduleQueryResult(IContent content, ContentScheduleCollection schedules)
    Parameters
    Type Name Description
    IContent content
    ContentScheduleCollection schedules

    Properties

    View Source

    Content

    Declaration
    public IContent Content { get; set; }
    Property Value
    Type Description
    IContent
    View Source

    Schedules

    Declaration
    public ContentScheduleCollection Schedules { get; set; }
    Property Value
    Type Description
    ContentScheduleCollection
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentScheduleQueryResult(IContent, ContentScheduleCollection)
    • Properties
      • Content
      • Schedules
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX