Share via


SPList.Folders - Propriété

Gets the collection of folder items for the list.

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Folders As SPListItemCollection
    Get
'Utilisation
Dim instance As SPList
Dim value As SPListItemCollection

value = instance.Folders
public SPListItemCollection Folders { get; }

Valeur de propriété

Type : Microsoft.SharePoint.SPListItemCollection
A collection of SPListItem objects that represent the folder items. If the list has an external data source, the property returns une référence Null (Rien dans Visual Basic).

Voir aussi

Référence

SPList classe

SPList - Membres

Microsoft.SharePoint - Espace de noms

HasExternalDataSource