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 SourceScheduleRequestModel()
Declaration
public ScheduleRequestModel()
Properties
View SourcePublishTime
Gets or sets the scheduled publish time for the content.
Declaration
public DateTimeOffset? PublishTime { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
UnpublishTime
Gets or sets the time when the content should be unpublished.
Declaration
public DateTimeOffset? UnpublishTime { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |