SPFileSystemObjectType enumeration

Specifies a type of file system object.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Enumeration SPFileSystemObjectType
'Usage
Dim instance As SPFileSystemObjectType
public enum SPFileSystemObjectType

Members

Member name Description
Invalid Invalid. Value = -1.
File File. Value = 0.
Folder Folder. Value = 1.
Web Web. Value = 2.

See also

Reference

Microsoft.SharePoint namespace