SPFile.DocumentLibrary Property

Gets the parent library of the SPFile.

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 SPFile
Dim value As SPDocumentLibrary

value = instance.DocumentLibrary
public SPDocumentLibrary DocumentLibrary { get; }

Property Value

Type: Microsoft.SharePoint.SPDocumentLibrary
The parent library of the SPFile.

See Also

Reference

SPFile Class

SPFile Members

Microsoft.SharePoint Namespace