Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.42 KB

File metadata and controls

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

MoveAction resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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

Properties

Property 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.

Relationships

None.

JSON representation

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

Remarks

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