SPFolder.DocumentLibrary Property
Gets the document library that contains the folder, if that library exists.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property DocumentLibrary As SPDocumentLibrary
Get
'Usage
Dim instance As SPFolder
Dim value As SPDocumentLibrary
value = instance.DocumentLibrary
public SPDocumentLibrary DocumentLibrary { get; }
Property Value
Type: Microsoft.SharePoint.SPDocumentLibrary
The document library, if any, that contains the folder; otherwise, null .