SPRecycleBinItemCollection Members
Windows SharePoint Services 3
Represents a collection of SPRecycleBinItem objects.
The following tables list the members exposed by the SPRecycleBinItemCollection type.
| Name | Description | |
|---|---|---|
| BinType | Gets the type of Recycle Bin. |
| Count | Overridden. Gets the number of Recycle Bin items in the collection. |
| Item | Gets the Recycle Bin item at the specified index in the collection. |
| ItemCollectionPosition | Gets an object that is used to obtain the next set of rows in a paged view of the Recycle Bin. |
| LastProcessedId | Used in bulk processing functions for deleting, restoring, or moving recycle bin items to get the GUID of the last recycle bin item that has been processed. |
| Site | Gets the parent site collection of the site-collection Recycle Bin. |
| UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (inherited from SPAutoSerializingObject) |
| Web | Gets the parent Web site of the end-user Recycle Bin. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Delete | Deletes the specified item from the Recycle Bin permanently. |
| DeleteAll | Deletes permanently all items from the Recycle Bin. |
| Equals | Overloaded. (inherited from Object) |
| GetHashCode | (inherited from Object) |
| GetItemById | Returns the Recycle Bin item with the specified ID from the collection. |
| GetObjectData | (inherited from SPAutoSerializingObject) |
| GetType | (inherited from Object) |
| MoveAllToSecondStage | Moves all items from the end-user Recycle Bin to the second stage of the site-collection Recycle Bin. |
| MoveToSecondStage | Overloaded. Moves the item from the end-user Recycle Bin to the second stage of the site-collection Recycle Bin. |
| ReferenceEquals | (inherited from Object) |
| Restore | Restores the specified Recycle Bin items to their original locations. |
| RestoreAll | Restores all the Recycle Bin items to their original locations. |
| ToString | (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | (inherited from Object) |
| MemberwiseClone | (inherited from Object) |
| OnDeserialization | Called after the object has been deserialized from the file system cache or the database.(inherited from SPAutoSerializingObject) |
| UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (inherited from SPAutoSerializingObject) |
| Name | Description | |
|---|---|---|
| System.Collections.ICollection.CopyTo | (inherited from SPBaseCollection) |
| System.Collections.IEnumerable.GetEnumerator | (inherited from SPBaseCollection) |
| System.Collections.ICollection.IsSynchronized | (inherited from SPBaseCollection) |
| System.Collections.ICollection.SyncRoot | (inherited from SPBaseCollection) |