Skip to content

Commit a54098c

Browse files
Merge pull request SharePoint#9207 from MikePlumleyMSFT/patch-1
Update export-amr-api.md
2 parents 102ad80 + abc6d25 commit a54098c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/apis/export-amr-api.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "SharePoint Migration Export (Asynchronous Metadata Read) API"
33
description: This document targets ISVs and any third-party vendors/developers who are developing and maintaining a migration tool.
4-
ms.date: 09/06/2023
4+
ms.date: 09/12/2023
55
ms.author: jhendr
66
author: JoanneHendrickson
77
manager: serdars
@@ -105,6 +105,12 @@ Currently there is a maximum of 5000 URL aggregation limits per call.
105105

106106
The read asynchronous function will include the SPAsyncReadOptions structure, which covers the optional flags to allow the user to specify version and security setting on the site level more is described below.
107107

108+
```csharp
109+
IncludePermission {get; set;}
110+
```
111+
112+
If set, the permissions associated with files and items are included in the export. If absent or set to false, no permission will be included.
113+
108114
```csharp
109115
IncludeVersions{ get; set; }
110116
```

0 commit comments

Comments
 (0)