| author | daspek |
|---|---|
| title | versionAction resource type |
| description | The VersionAction object provides information about an activity that resulted in a new item version. |
| ms.localizationpriority | medium |
| ms.subservice | sharepoint |
| doc_type | resourcePageType |
| ms.date | 03/06/2024 |
Namespace: microsoft.graph
The presence of the versionAction resource on an itemActivity indicates that the activity caused a new version to be created.
Note: Item activity records are currently only available on SharePoint and OneDrive for Business.
| Property name | Type | Description |
|---|---|---|
| newVersion | string | The name of the new version that was created by this action. |
{
"newVersion": "string"
}