SP へPublishing.ScheduledItem オブジェクト (sp.publishing)

アイテムのスケジュールに固有の動作を含むSP へListItem オブジェクト (sp.js)クラスの包み紙を提供します。

**適用対象:**apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.Publishing.ScheduledItem()

メンバー

ScheduledItemオブジェクトでは、次のメンバーがあります。

メソッド

ScheduledItemオブジェクトでは、次の方法があります。

メソッド

説明

スケジュール

Schedules an instance of the SP へListItem オブジェクト (sp.js) class to be automatically approved (start) and to be unpublished (end) on specified dates.

プロパティ

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 オブジェクト (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.

Constructor

ScheduledItemオブジェクトでは、次のコンスがあります。

コンストラクター

説明

ScheduledItem

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