Skip to content

Latest commit

 

History

History
65 lines (52 loc) · 3.57 KB

File metadata and controls

65 lines (52 loc) · 3.57 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 12/10/2024

recycleBinItem resource type

Namespace: microsoft.graph

Represents information about a deleted item in a recycleBin of a SharePoint Embedded fileStorageContainer.

Inherits from baseItem.

Methods

Method Return Type Description
List recycleBinItem collection Get a collection of recycleBinItem resources in the recycleBin of the specified SharePoint Embedded fileStorageContainer.
Delete None. Permanently delete recycleBinItem objects 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.

JSON Representation

The following JSON representation shows the resource type.

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