Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates the valid data types for SharePoint deployment objects.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Enumeration SPDeploymentObjectType
Dim instance As SPDeploymentObjectType
public enum SPDeploymentObjectType
Members
| Member name | Description | |
|---|---|---|
| Site | SPSite object. | |
| Web | SPWeb object. | |
| Folder | SPFolder object. | |
| List | SPList object. | |
| ListItem | SPListItem object. | |
| File | SPFile object. | |
| Invalid | Indicates a data type that is not valid. |