Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1.3 KB

File metadata and controls

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

moveAction resource type

Namespace: microsoft.graph

The presence of the moveAction resource on an itemActivity indicates that the activity moved an item.

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

Properties

Property name Type Description
from string The name of the location the item was moved from.
to string The name of the location the item was moved to.

JSON representation

{
  "from": "string",
  "to": "string"
}