SPFileVersionCollection properties
SharePoint 2013
The SPFileVersionCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of file version objects in the collection. (Overrides SPBaseCollection.Count.) |
|
File | Gets the parent file object for the collection. |
|
Item | Gets the file version object at the specified index in the collection. In C#, this property is the indexer for the SPFileVersionCollection class. |
|
Web | Gets the SharePoint site to which the parent file for the collection belongs. |
| Name | Description | |
|---|---|---|
|
ICollection.IsSynchronized | Gets a Boolean value that indicates whether access to the collection is synchronized or thread-safe. (Inherited from SPBaseCollection.) |
|
ICollection.SyncRoot | Gets an object that is used to synchronize access to the collection. (Inherited from SPBaseCollection.) |