Freigeben über


SPFile.Exists-Eigenschaft

Ruft einen booleschen Wert, der angibt, ob die Datei vorhanden ist.

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; }

Eigenschaftswert

Typ: System.Boolean
true , wenn die Datei vorhanden ist; andernfalls false.

Siehe auch

Referenz

SPFile Klasse

SPFile-Member

Microsoft.SharePoint-Namespace