FolderCollection Class
Represents a collection of Folder objects.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<Folder>
Microsoft.SharePoint.Client.FolderCollection
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.FolderCollection", ServerTypeId := "{b6b425aa-9e17-4205-a4aa-b82c2c3f884d}")> _
Public Class FolderCollection _
Inherits ClientObjectCollection(Of Folder)
'Usage
Dim instance As FolderCollection
[ScriptTypeAttribute("SP.FolderCollection", ServerTypeId = "{b6b425aa-9e17-4205-a4aa-b82c2c3f884d}")]
public class FolderCollection : ClientObjectCollection<Folder>
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.