SPFileVersion members
Include protected members
Include inherited members
表示版本的SPFile物件。
The SPFileVersion type exposes the following members.
Properties
Name | Description | |
---|---|---|
CheckInComment | 之前已成為一個版本,則您可以取得檔案最新的簽入註解。 | |
Created | 取得的建立日期和時間的檔案版本。 | |
CreatedBy | 取得表示檔案版本的建立者的SPUser物件。 | |
File | 取得版本的父檔案物件。 | |
ID | 取得檔案版本的內部識別碼。 | |
IsCurrentVersion | 取得布林值,這個值,指出檔案版本是否為目前版本的檔案。 | |
Level | 取得檔案版本的發行集的層級。 | |
Properties | 取得中繼資料的檔案版本。 | |
Size | 取得檔案版本的大小以位元組為單位。 | |
Url | 取得根據站台或子網站的 URL 的檔案版本的相對 URL。 | |
VersionLabel | 取得字串形式的版本。 |
Top
Methods
Name | Description | |
---|---|---|
Delete | 刪除的檔案版本。 | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetLimitedWebPartManager | 傳回與這個版本的網頁組件相關聯的WebPartManager物件。 | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OpenBinary | 傳回位元組陣列,包含的檔案版本。 | |
OpenBinaryStream | 開啟的檔案當做資料流。 | |
Recycle | 傳送至資源回收筒的檔案版本。 | |
ToString | (Inherited from Object.) |
Top