Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentScheduleModel

    Represents the scheduling model for content publishing and unpublishing dates.

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

    Constructors

    View Source

    ContentScheduleModel()

    Declaration
    public ContentScheduleModel()

    Properties

    View Source

    PublishDate

    Gets or sets the date and time when the content should be published.

    Declaration
    public DateTimeOffset? PublishDate { get; set; }
    Property Value
    Type Description
    DateTimeOffset?
    View Source

    UnpublishDate

    Gets or sets the date and time when the content should be unpublished.

    Declaration
    public DateTimeOffset? UnpublishDate { get; set; }
    Property Value
    Type Description
    DateTimeOffset?
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX