SPRecycleBinItemCollection members
Include protected members
Include inherited members
表示SPRecycleBinItem物件的集合。
The SPRecycleBinItemCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
BinType | 取得資源回收筒] 的型別。 | |
Count | 取得集合中的資源回收筒] 的項目數目。 (Overrides SPBaseCollection.Count.) | |
Item | 取得集合中指定之索引處的資源回收筒] 項目。 | |
ItemCollectionPosition | 取得用來取得下一個資料列集的分頁檢視的 [資源回收筒] 中的物件。 | |
LastProcessedId | 在大量處理刪除、 還原,或移動資源回收筒項目,以取得已處理最後一個資源回收筒] 項目的 GUID 的函式中使用。 | |
Site | 取得父網站集合資源回收筒] 的網站集合。 | |
Web | 取得父網站使用者資源回收筒]。 |
Top
Methods
Name | Description | |
---|---|---|
Delete | 永久從資源回收筒] 刪除指定的項目。 | |
DeleteAll | 從資源回收筒] 刪除 permanentlyall 項目。 | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | 取得列舉值來逐一查看集合。 (Inherited from SPBaseCollection.) | |
GetHashCode | (Inherited from Object.) | |
GetItemById | 從集合中取得具有指定之 ID 的資源回收筒] 項目。 | |
GetType | (Inherited from Object.) | |
GetTypedEnumerator<T> | 傳回逐一查看集合的型別安全列舉值。 (Inherited from SPBaseCollection.) | |
MemberwiseClone | (Inherited from Object.) | |
MoveAllToSecondStage | 從使用者資源回收筒] 的所有項目移至網站集合資源回收筒] 的第二個階段中。 | |
MoveToSecondStage([]) | 將指定的項目從使用者資源回收筒] 移至網站集合資源回收筒] 的第二個階段。 | |
MoveToSecondStage([], Boolean) | 將具有指定 Id 的項目從使用者資源回收筒] 移至網站集合資源回收筒] 的第二個階段,並選擇性地指定是否要刪除的項目,如果是第二個階段太大。 | |
Restore | 將指定的資源回收筒] 項目還原成原來的位置。 | |
RestoreAll | 將所有的資源回收筒] 項目還原成原來的位置。 | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
ICollection.CopyTo | 陣列,指定的陣列索引處開始複製集合的項目。 (Inherited from SPBaseCollection.) | |
ICollection.IsSynchronized | 取得布林值,這個值,指出對集合的存取是否同步處理或安全執行緒。 (Inherited from SPBaseCollection.) | |
ICollection.SyncRoot | 取得用於同步化存取集合的物件。 (Inherited from SPBaseCollection.) |
Top