Web.Folders - Propriété
Gets the collection of all first-level folders in the website.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Folders As FolderCollection
Get
'Utilisation
Dim instance As Web
Dim value As FolderCollection
value = instance.Folders
public FolderCollection Folders { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.FolderCollection
A FolderCollection object that represents the folders.
Remarques
It must not be une référence Null (Rien dans Visual Basic).