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)

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 .

See also

Reference

SPFolder class

SPFolder members

Microsoft.SharePoint namespace

ContainingDocumentLibrary