共用方式為


SPListItemVersionCollection.Restore method

將指定的版本還原為目前的項目版本根據集合中指定的索引。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Sub Restore ( _
    iIndex As Integer _
)
'用途
Dim instance As SPListItemVersionCollection
Dim iIndex As Integer

instance.Restore(iIndex)
public void Restore(
    int iIndex
)

參數

  • iIndex
    Type: System.Int32

    若要還原的版本集合中指定索引的 32 位元整數。

Exceptions

Exception Condition
ArgumentOutOfRangeException

iIndex是清單項目版本集合的範圍之外。

備註

這個方法會將目前的清單項目版本取代iIndex參數所指定之集合中的版本。

請參閱

參照

SPListItemVersionCollection class

SPListItemVersionCollection members

Microsoft.SharePoint namespace