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