SPObjectType enumeration

Specifies the type of object.

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

Syntax

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

Members

Member name Description
Web The object is a site.
List The object is a list.
Item The object is a list item.
Max Unused.

See also

Reference

Microsoft.SharePoint namespace