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