Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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"
}