SPRecycleBinItem members
Represents an item in the Recycle Bin for a Web site or a site collection.
The SPRecycleBinItem type exposes the following members.
Properties
Name | Description | |
---|---|---|
Author | Gets the user who originally created the item. | |
AuthorEmail | Gets the e-mail address of the user who originally created the item. | |
AuthorId | Gets the SharePoint Foundation user ID of the user who originally created the item. | |
AuthorName | Gets the display name of the user who originally created the item. | |
DeletedBy | Gets the user who deleted the item. | |
DeletedByEmail | Gets the e-mail address of the user who deleted the item. | |
DeletedById | Gets the ID of the user who deleted the item. | |
DeletedByName | Gets the display name of the user who deleted the item. | |
DeletedDate | Gets the date and time that the item was deleted. | |
DirName | Gets the Web site–relative URL of the list or folder that originally contained the item. | |
ID | Gets the GUID of the item. | |
ImageUrl | Gets the server-relative URL to the icon of the item. | |
ItemState | Gets the Rrecycle Bin stage of the item. | |
ItemType | Gets the type of the Recycle Bin item. | |
LeafName | Gets the leaf name of the item. | |
ProgId | Gets the program identifier (ID) for the item. | |
Size | Gets the size of the item in bytes. | |
Title | Gets the title of the item. | |
Web | Gets the Web site from which the item was deleted. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Permanently deletes the item from the Recycle Bin. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
MoveToSecondStage | Moves the item from the end-user Recycle Bin to the second-stage Recycle Bin of the site collection. | |
Restore | Restores the item to its original location. | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IComparable.CompareTo | Compares the current Recycle Bin item with another Recycle Bin item. |
Top