author | title | description | ms.localizationpriority | doc_type | ms.subservice |
---|---|---|---|---|---|
vanshisingh |
recycleBinItem resource type |
Represents information about a deleted item in a recycleBin of a SharePoint site. |
medium |
resourcePageType |
sharepoint |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents information about a deleted item in a recycleBin of a SharePoint site.
Inherits from baseItem.
Method | Return Type | Description |
---|---|---|
List | recycleBinItem collection | Get a collection of recycleBinItem resources in the recycleBin of the specified SharePoint site. |
Property | Type | Description |
---|---|---|
deletedDateTime | DateTimeOffset | Date and time when the item was deleted. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . |
deletedFromLocation | String | Relative URL of the list or folder that originally contained the item. |
id | String | Unique identifier of the delete transaction. Inherited from baseItem. |
name | String | Name of the item. Inherited from baseItem. |
size | Int64 | Size of the item in bytes. |
The following JSON representation shows the resource type.
{
"deletedDateTime": "String (timestamp)",
"deletedFromLocation": "String",
"id": "String (identifier)",
"name": "String",
"size": "Int64"
}