SPFileSystemObjectType enumeration
Especifica um tipo de objeto de sistema de arquivo.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Enumeration SPFileSystemObjectType
'Uso
Dim instance As SPFileSystemObjectType
public enum SPFileSystemObjectType
Members
Member name | Description | |
---|---|---|
Invalid | Inválido. Valor = -1. | |
File | Arquivo. Valor = 0. | |
Folder | Pasta. Valor = 1. | |
Web | Web. Valor = 2. |