Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.37 KB

File metadata and controls

59 lines (45 loc) · 1.37 KB
author daspek
description The presence of the RenameAction resource on an itemActivity indicates that the activity renamed an item.
ms.date 09/14/2017
title RenameAction
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice onedrive

RenameAction resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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

Properties

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

Relationships

None.

JSON representation

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

Remarks

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