SPListItemVersion members

Represents a version of a list item.

The SPListItemVersion type exposes the following members.

Properties

  Name Description
Public property Created Gets the creation date and time for the item version.
Public property CreatedBy Gets the user that created the item version.
Public property Fields Gets the collection of fields that are used in the list that contains the item version.
Public property FileVersion
Public property IsCurrentVersion Gets a value that indicates whether the item version is the current version of the list item.
Public property 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.
Public property Item[String] Gets a value in the item version based on the specified column display name.
Public property Level Gets the level of publication for the item version.
Public property ListItem Gets the current list item.
Public property Url Gets the URL of the item version relative to the Web site that contains the item.
Public property VersionId Gets the ID of the version.
Public property VersionLabel Gets the version number of the item version.

Top

Methods

  Name Description
Public method Delete Deletes the list item version.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Recycle Recycles the list item version.
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPListItemVersion class

Microsoft.SharePoint namespace