SPList.RootFolder property

Gets the folder that contains all the files that are used in working with the list.

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

Syntax

'Declaration
Public ReadOnly Property RootFolder As SPFolder
    Get
'Usage
Dim instance As SPList
Dim value As SPFolder

value = instance.RootFolder
public SPFolder RootFolder { get; }

Property value

Type: Microsoft.SharePoint.SPFolder
An SPFolder object that represents the root folder.

Remarks

To use the RootFolder property, set the IncludeRootFolder property on the parent SPListCollection object to true.

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace