SPFile.Exists property
Gets a Boolean value that indicates whether the file exists.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Exists As Boolean
Get
'Usage
Dim instance As SPFile
Dim value As Boolean
value = instance.Exists
public bool Exists { get; }
Property value
Type: System.Boolean
true if the file exists; otherwise, false.