SPFile.InDocumentLibrary Property
Gets a Boolean value that indicates whether the file belongs to a document library.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property InDocumentLibrary As Boolean
Get
'Usage
Dim instance As SPFile
Dim value As Boolean
value = instance.InDocumentLibrary
public bool InDocumentLibrary { get; }
Property Value
Type: System.Boolean
true if the file belongs to a document library; otherwise, false.