SPWeb.Folders property

Gets the collection of all first-level folders in the website.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Folders As SPFolderCollection
    Get
'Usage
Dim instance As SPWeb
Dim value As SPFolderCollection

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

Property value

Type: Microsoft.SharePoint.SPFolderCollection
A collection of SPFolder objects that represents the subfolders of the website’s root folder.

Remarks

The user must have SPBasePermissions.BrowseDirectories permission in order to access the Folders property.

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace

GetFolder()

RootFolder

SubFolders