• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentScheduleModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentPublishing
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentScheduleModel

    Properties

    View Source

    PublishDate

    Declaration
    public DateTimeOffset? PublishDate { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTimeOffset>
    View Source

    UnpublishDate

    Declaration
    public DateTimeOffset? UnpublishDate { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTimeOffset>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • PublishDate
      • UnpublishDate
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX