Search Results for

    Show / Hide Table of Contents
    View Source

    Class ScheduleRequestModel

    Request model for scheduling the publication of publishable content.

    Inheritance
    object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Content
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ScheduleRequestModel

    Constructors

    View Source

    ScheduleRequestModel()

    Declaration
    public ScheduleRequestModel()

    Properties

    View Source

    PublishTime

    Gets or sets the scheduled publish time for the content.

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

    UnpublishTime

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

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