Compartilhar via


SPFolder.Exists property

Obtém um valor booleano que indica se a pasta 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 SPFolder
Dim value As Boolean

value = instance.Exists
public bool Exists { get; }

Property value

Type: System.Boolean
true se a pasta existir; Caso contrário, false.

Ver também

Referência

SPFolder class

SPFolder members

Microsoft.SharePoint namespace