SPFileVersion members
Represents a version of an SPFile object.
The SPFileVersion type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
CheckInComment | Gets the latest check-in comment for the file before it became a version. |
![]() |
Created | Gets the creation date and time for the file version. |
![]() |
CreatedBy | Gets the SPUser object that represents the creator of the file version. |
![]() |
File | Gets the parent file object for the version. |
![]() |
ID | Gets the internal identifier for the file version. |
![]() |
IsCurrentVersion | Gets a Boolean value that indicates whether the file version is the current version of the file. |
![]() |
Level | Gets the level of publication for the file version. |
![]() |
Properties | Gets metadata for the file version. |
![]() |
Size | Gets the size of the file version in bytes. |
![]() |
Url | Gets the relative URL of the file version based on the URL for the site or subsite. |
![]() |
VersionLabel | Gets the version as a string. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Delete | Deletes the file version. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetLimitedWebPartManager | Returns the WebPartManager object that is associated with this version of the Web Part Page. |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OpenBinary | Returns a byte array that contains the file version. |
![]() |
OpenBinaryStream | Opens the file as a stream. |
![]() |
Recycle | Sends the file version to the recycle bin. |
![]() |
ToString | (Inherited from Object.) |
Top