Skip to content

Commit

Permalink
Merge pull request #9189 from JarbasHorst/patch-59
Browse files Browse the repository at this point in the history
Update recyclebinitem.md
  • Loading branch information
Lauragra authored Feb 29, 2024
2 parents e925709 + 7a4893d commit 01eb9c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api-reference/beta/resources/recyclebinitem.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
author: "vanshisingh"
title: "recycleBinItem resource type"
description: "Represents information about a deleted item in a recycleBin."
description: "Represents information about a deleted item in a recycleBin of a SharePoint site."
ms.localizationpriority: "medium"
ms.prod: "sharepoint"
doc_type: apiPageType
Expand All @@ -21,7 +21,7 @@ Inherits from [baseItem](baseitem.md).

| Method | Return Type | Description |
|:--------------------------------------------------------|:------------------------------------------------------------|:-----------------------------------------------------------------------------------------|
| [List recycleBinItems](../api/recyclebin-list-items.md) | [recycleBinItem](../resources/recyclebinitem.md) collection |Get a list of [recycleBinItems](../resources/recyclebinitem.md) under the specified site. |
| [List items](../api/recyclebin-list-items.md) | [recycleBinItem](../resources/recyclebinitem.md) collection |Get a collection of [recycleBinItem](../resources/recyclebinitem.md) resources in the [recycleBin](../resources/recyclebin.md) of the specified SharePoint [site](../resources/site.md). |

## Properties

Expand All @@ -35,7 +35,7 @@ Inherits from [baseItem](baseitem.md).

## JSON Representation

The following is a JSON representation of the resource.
The following JSON representation shows the resource type.

<!-- {
"blockType": "resource",
Expand Down

0 comments on commit 01eb9c4

Please sign in to comment.