Gets the collection of folder items for the list.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public ReadOnly Property Folders As SPListItemCollection
Dim instance As SPList
Dim value As SPListItemCollection
value = instance.Folders
public SPListItemCollection Folders { get; }
Property Value
An SPListItemCollection collection that represents the folder items.