SPList Properties


SPList.Folders Property (Microsoft.SharePoint)
Gets the collection of folder items for the list.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
Public ReadOnly Property Folders As SPListItemCollection
Visual Basic (Usage)
Dim instance As SPList
Dim value As SPListItemCollection

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

Property Value

An SPListItemCollection collection that represents the folder items.
See Also

Tags :


Community Content

Noelle Mallory - MSFT
Sample code

How come none of the documentation items for SharePoint on MSDN has any sample code unlike content for the .NET Framework?

[Noelle Mallory - MSFT] Please post questions to the MSDN Forums at http://forums.microsoft.com/msdn. You will likely get a quicker response through the forum than through the Community Content.


Page view tracker