This topic has not yet been rated - Rate this topic

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
Public property BinType Gets the type of Recycle Bin.
Public property Count Overridden. Gets the number of Recycle Bin items in the collection.
Public property Item Gets the Recycle Bin item at the specified index in the collection.
Public property ItemCollectionPosition Gets an object that is used to obtain the next set of rows in a paged view of the Recycle Bin.
Public property 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.
Public property Site Gets the parent site collection of the site-collection Recycle Bin.
Public property UpgradedPersistedProperties  Gets the collection of field names and values for fields that were deleted or changed. (inherited from SPAutoSerializingObject)
Public property Web Gets the parent Web site of the end-user Recycle Bin.
Top
(see also Protected Methods )
  Name Description
Public method Delete Deletes the specified item from the Recycle Bin permanently.
Public method DeleteAll Deletes permanently all items from the Recycle Bin.
Public method Equals  Overloaded. (inherited from Object)
Public method GetHashCode  (inherited from Object)
Public method GetItemById Returns the Recycle Bin item with the specified ID from the collection.
Public method GetObjectData  (inherited from SPAutoSerializingObject)
Public method GetType  (inherited from Object)
Public method MoveAllToSecondStage Moves all items from the end-user Recycle Bin to the second stage of the site-collection Recycle Bin.
Public method MoveToSecondStage Overloaded. Moves the item from the end-user Recycle Bin to the second stage of the site-collection Recycle Bin.
Public method Static ReferenceEquals  (inherited from Object)
Public method Restore Restores the specified Recycle Bin items to their original locations.
Public method RestoreAll Restores all the Recycle Bin items to their original locations.
Public method ToString  (inherited from Object)
Top
  Name Description
Protected method Finalize  (inherited from Object)
Protected method MemberwiseClone  (inherited from Object)
Protected method OnDeserialization  Called after the object has been deserialized from the file system cache or the database.(inherited from SPAutoSerializingObject)
Protected method UpdateParent  Causes the containing SPPersistedObject, if one exists, to update its state. (inherited from SPAutoSerializingObject)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.