共用方式為


SPFileVersion class

表示版本的SPFile物件。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPFileVersion

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

Syntax

'宣告
Public Class SPFileVersion
'用途
Dim instance As SPFileVersion
public class SPFileVersion

備註

版本檔案時,其內容會維護與版本。這包括簽入註解和檔案的其他資訊。

使用SPFile類別的Versions屬性,傳回SPFileVersionCollection物件,表示檔案版本的集合。使用索引子來從集合傳回單一版本。例如,如果集合指派給名為collVersions的變數時,使用在 C# 的collVersions[index]或Visual Basic,在collVersions(index)index所在集合中的版本編號。否則,請使用GetVersionFromID方法從集合傳回單一版本。

如果啟用 [文件庫的檔案版本,則使用CheckOut方法後呼叫SPFile類別的CheckIn方法會建立檔案的版本。同樣地,在呼叫SPFile類別的SaveBinary方法也會建立的版本。

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

SPFileVersion members

Microsoft.SharePoint namespace