SPFileVersionCollection.Restore 方法
恢复文件版本对象在集合中的指定索引处。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub Restore ( _
iIndex As Integer _
)
用法
Dim instance As SPFileVersionCollection
Dim iIndex As Integer
instance.Restore(iIndex)
public void Restore(
int iIndex
)
参数
iIndex
类型:System.Int32要还原的版本的索引。
备注
如果为文档库启用版本控制时,该文件未签出当前文件时的最新版本的版本会被还原。
使用Restore方法是使用SPFileVersion类的方法, OpenBinary和SPFile类,如myVersion.File.SaveBinary(myVersions[5].OpenBinary)中所示的SaveBinary方法的组合相同。然而, Restore方法则更为有效。