Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.27 KB

File metadata and controls

51 lines (40 loc) · 1.27 KB
author title description ms.localizationpriority ms.subservice doc_type
daspek
renameAction resource type
The renameAction object provides information about an activity that renamed an item.
medium
sharepoint
resourcePageType

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"
}