SP. Объект Publishing.ScheduledItem (sp.publishing)

Предоставляет оболочку, которая включает в себя планирование поведение для элементов в классе SP. ListItem object (sp.js) .

Дата последнего изменения: 9 марта 2015 г.

Область применения: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.Publishing.ScheduledItem()

Элементы

Объект ScheduledItem содержит следующие элементы.

Методы

Объект ScheduledItem содержит следующие методы.

Метод

Описание

расписание

Schedules an instance of the SP. ListItem object (sp.js) class to be automatically approved (start) and to be unpublished (end) on specified dates.

Properties

Объект ScheduledItem имеет следующие свойства.

Свойство

Описание

endDate

Gets or sets the Coordinated Universal Time (UTC) at which this SP. Объект Publishing.ScheduledItem (sp.publishing) class ends and is no longer visible on the published site.

listItem

Gets the underlying SP. ListItem object (sp.js) object that is wrapped by the SP. Объект Publishing.ScheduledItem (sp.publishing) object.

startDate

Gets or sets the Coordinated Universal Time (UTC) at which this SP. Объект Publishing.ScheduledItem (sp.publishing) object becomes a visible part of the published Web site.

Конструктор

Объект ScheduledItem имеет следующий конструктор.

Конструктор

Описание

ScheduledItem

Initializes a new instance of the SP.Publishing.ScheduledItem object.