This topic has not yet been rated - Rate this topic

SPFileVersionCollection Class

Represents a collection of SPFileVersion objects.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
[SubsetCallableTypeAttribute]
[ClientCallableTypeAttribute(Name = "FileVersionCollection", ServerTypeId = "3826e282-67a6-4861-88fb-474e8aac897b", 
	CollectionChildItemType = typeof(SPFileVersion))]
public class SPFileVersionCollection : SPBaseCollection

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
SPListItemVersionCollection and SPFileVersionCollection return different number of versions
Explanation why the SPListItemVersionCollection.Count and SPFileVersionCollection.Count values for the same file are different: http://stackoverflow.com/q/7401633/95