FileCollection Class
Represents a collection of File objects.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<File>
Microsoft.SharePoint.Client.FileCollection
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.FileCollection", ServerTypeId := "{d367b17c-170b-4691-a1e3-8bccf7686ce4}")> _
Public Class FileCollection _
Inherits ClientObjectCollection(Of File)
'Usage
Dim instance As FileCollection
[ScriptTypeAttribute("SP.FileCollection", ServerTypeId = "{d367b17c-170b-4691-a1e3-8bccf7686ce4}")]
public class FileCollection : ClientObjectCollection<File>
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.