SPObjectType Enumeration
Specifies the type of object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableTreatAsExternalTypeAttribute> _
Public Enumeration SPObjectType
'Usage
Dim instance As SPObjectType
[SubsetCallableTreatAsExternalTypeAttribute]
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. |