FileVersionCollection Class
Represents a collection of SPFileVersion objects.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<FileVersion>
Microsoft.SharePoint.Client.FileVersionCollection
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("SP.FileVersionCollection", ServerTypeId := "{3826e282-67a6-4861-88fb-474e8aac897b}")> _
Public Class FileVersionCollection _
Inherits ClientObjectCollection(Of FileVersion)
'Usage
Dim instance As FileVersionCollection
[ScriptTypeAttribute("SP.FileVersionCollection", ServerTypeId = "{3826e282-67a6-4861-88fb-474e8aac897b}")]
public class FileVersionCollection : ClientObjectCollection<FileVersion>
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.