SPListItemVersion Members
Include Protected Members
Include Inherited Members
Represents a version of a list item.
The SPListItemVersion type exposes the following members.
Properties
Name | Description | |
---|---|---|
Created | Gets the creation date and time for the item version. | |
CreatedBy | Gets the user that created the item version. | |
Fields | Gets the collection of fields that are used in the list that contains the item version. | |
IsCurrentVersion | Gets a value that indicates whether the item version is the current version of the list item. | |
Item[Int32] | Gets the value that is contained by the item version at the specified index in the collection of fields that is associated with the item. | |
Item[String] | Gets a value in the item version based on the specified column display name. | |
Level | Gets the level of publication for the item version. | |
ListItem | Gets the current list item. | |
Url | Gets the URL of the item version relative to the Web site that contains the item. | |
VersionId | Gets the ID of the version. | |
VersionLabel | Gets the version number of the item version. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the list item version. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Recycle | Recycles the list item version. | |
ToString | (Inherited from Object.) |
Top