SPFile.Exists Property
Gets a Boolean value that indicates whether the file exists.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property Exists As Boolean
Get
'Usage
Dim instance As SPFile
Dim value As Boolean
value = instance.Exists
[ClientCallableAttribute]
public bool Exists { get; }
Property Value
Type: System.Boolean
true if the file exists; otherwise, false.