SPFileVersionCollection class

Represents a collection of SPFileVersion objects.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.SPBaseCollection
      Microsoft.SharePoint.SPFileVersionCollection

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

Syntax

'Declaration
Public Class SPFileVersionCollection _
    Inherits SPBaseCollection
'Usage
Dim instance As SPFileVersionCollection
public class SPFileVersionCollection : SPBaseCollection

Remarks

Use the Versions property of the SPFile class to return the collection of versions for a file.

Use an indexer to return a single version from the collection. For example, assuming the collection is assigned to a variable named myVersions, use myVersions[index] in C#, or myVersions(index) in Microsoft Visual Basic, where index is the index number of the version in the collection.

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.

See also

Reference

SPFileVersionCollection members

Microsoft.SharePoint namespace