Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1.29 KB

File metadata and controls

52 lines (41 loc) · 1.29 KB
author daspek
title renameAction resource type
description The renameAction object provides information about an activity that renamed an item.
ms.localizationpriority medium
ms.subservice sharepoint
doc_type resourcePageType
ms.date 03/06/2024

renameAction resource type

Namespace: microsoft.graph

The presence of the renameAction resource on an itemActivity indicates that the activity renamed an item.

Note: Item activity records are currently only available on SharePoint and OneDrive for Business.

Properties

Property name Type Description
newName string The new name of the item.
oldName string The previous name of the item.

JSON representation

{
  "oldName": "string",
  "newName": "string"
}