SPFile.InDocumentLibrary property
Obtém um valor booleano que indica se o arquivo pertence a uma biblioteca de documentos.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property InDocumentLibrary As Boolean
Get
'Uso
Dim instance As SPFile
Dim value As Boolean
value = instance.InDocumentLibrary
public bool InDocumentLibrary { get; }
Property value
Type: System.Boolean
true se o arquivo pertencer a uma biblioteca de documentos; Caso contrário, false.