Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.13 KB

moveaction.md

File metadata and controls

46 lines (36 loc) · 1.13 KB
author ms.author ms.date title ms.localizationpriority
daspek
dspektor
09/14/2017
MoveAction - OneDrive API
Medium

MoveAction resource type

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

JSON representation

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

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.

Remarks

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