SP へUpgradeInfo オブジェクト (sp.js)

このメンバーを UI で非表示にする必要があるかどうかを示す値を取得します。

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

var object = new SP.UpgradeInfo()

メンバー

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

Constructor

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

コンストラクター

説明

UpgradeInfo

Initializes a new instance of the SP.UpgradeInfo object.

プロパティ

UpgradeInfoオブジェクトでは、次のプロパティがあります。

プロパティ

説明

errorFile

The location of the file that contains upgrade errors.

エラー

The number of errors encountered during the site collection upgrade.

lastUpdated

The DateTime of the latest upgrade progress update.

logFile

The location of the file that contains upgrade log.

requestDate

The DateTime when the site collection upgrade was requested.

retryCount

The number of times the site collection upgrade was attempted.

startTime

The DateTime when the site collection upgrade was started.

状態

The current status of the site collection upgrade.

typeId

upgradeType

The type of upgrade for the site collection. The type can be either a build to build upgrade (value = 0), or a version to version upgrade (value = 1).

警告

The number of warnings encountered during the site collection upgrade.