共用方式為


SPListItemVersionCollection.RestoreByLabel method

將指定的版本還原為目前的項目版本根據指定的版本標籤。

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

Syntax

'宣告
Public Sub RestoreByLabel ( _
    versionLabel As String _
)
'用途
Dim instance As SPListItemVersionCollection
Dim versionLabel As String

instance.RestoreByLabel(versionLabel)
public void RestoreByLabel(
    string versionLabel
)

參數

  • versionLabel
    Type: System.String

    字串,指定要還原的版本的版本標籤。版本標籤格式的相關資訊,請參閱VersionLabel

Exceptions

Exception Condition
ArgumentOutOfRangeException

具有指定標籤的版本不存在於集合中。

備註

這個方法會將目前的清單項目版本取代versionLabel參數所指定的版本。

請參閱

參照

SPListItemVersionCollection class

SPListItemVersionCollection members

Microsoft.SharePoint namespace