Skip to content

Latest commit

 

History

History
70 lines (55 loc) · 3.44 KB

File metadata and controls

70 lines (55 loc) · 3.44 KB
author vanshisingh
title recycleBinItem resource type
description Represents information about a deleted item in a recycleBin of a SharePoint site.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice sharepoint
ms.date 05/23/2024

recycleBinItem resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents information about a deleted item in a recycleBin of a SharePoint site.

Inherits from baseItem.

Methods

Method Return Type Description
List recycleBinItem collection Get a collection of recycleBinItem resources in the recycleBin of the specified SharePoint site.
Delete None. Delete recycleBinItem objects permanently from the recycleBin of a fileStorageContainer.
Restore recycleBinItem by driveItemId Restore recycle bin items by driveItemId.

Properties

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.

Relationships

None.

JSON Representation

The following JSON representation shows the resource type.

{
  "deletedDateTime": "String (timestamp)",
  "deletedFromLocation": "String",
  "id": "String (identifier)",
  "name": "String",
  "size": "Int64"
}