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
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Class FileVersionCollection _
Inherits ClientObjectCollection(Of FileVersion)
'Usage
Dim instance As FileVersionCollection
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.