SPFile.InDocumentLibrary - Propriété
Obtient une valeur booléenne qui indique si le fichier appartient à une bibliothèque de documents.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property InDocumentLibrary As Boolean
Get
'Utilisation
Dim instance As SPFile
Dim value As Boolean
value = instance.InDocumentLibrary
public bool InDocumentLibrary { get; }
Valeur de propriété
Type : System.Boolean
true si le fichier appartient à une bibliothèque de documents ; dans le cas contraire, false.