| 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 |
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.
| Property name | Type | Description |
|---|---|---|
| newName | string | The new name of the item. |
| oldName | string | The previous name of the item. |
{
"oldName": "string",
"newName": "string"
}