Skip to content

Commit fa93dc5

Browse files
Update export-amr-api.md
1 parent c7baebd commit fa93dc5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/apis/export-amr-api.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)