共用方式為


SPDeploymentObjectType enumeration

列舉 SharePoint 部署物件有效的資料的類型。

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 物件。
Web SPWeb 物件。
Folder SPFolder 物件。
List SPList 物件。
ListItem SPListItem 物件。
File SPFile 物件。
Invalid 會指出無效的資料類型。

請參閱

參照

Microsoft.SharePoint.Deployment namespace