SPRecycleBinType enumeration
指定資源回收筒是否為使用者或網站集合的資源回收筒。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Enumeration SPRecycleBinType
'用途
Dim instance As SPRecycleBinType
public enum SPRecycleBinType
Members
Member name | Description | |
---|---|---|
NoRecycleBin | 表示未指定 [資源回收筒] 的類型。 | |
RecycleBin | 指定使用者資源回收筒。值 = 1。 | |
SiteRecycleBin | 指定網站集合資源回收筒。值 = 2。 |